Skip to content

Commit

Permalink
pdf2htmlEX: mark as broken
Browse files Browse the repository at this point in the history
See https://hydra.nixos.org/build/81003667

The build is currently broken on Hydra due to the following error:

```
CairoFontEngine.cc:681:17: error: 'void Object::free()' is private within this context
```

This issue is was also reported in AUR (https://aur.archlinux.org/packages/pdf2htmlex/)
and in the upstream issue tracker (coolwanglu/pdf2htmlEX#753) with
no answer until now.

The current README.md states that the project is no longer under active
development and it seems as there are currently no active maintainers
who could fix this:

* coolwanglu/pdf2htmlEX@5d0a223
* coolwanglu/pdf2htmlEX#772

(cherry picked from commit de6544b)
  • Loading branch information
Ma27 authored and Mic92 committed Sep 9, 2018
1 parent fa3cc6b commit 5170f72
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkgs/tools/typesetting/pdf2htmlEX/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,6 @@ stdenv.mkDerivation rec {
license = licenses.gpl3Plus;
maintainers = [ maintainers.taktoa ];
platforms = with platforms; linux;
broken = true; # 2018-09-08
};
}

0 comments on commit 5170f72

Please sign in to comment.