Revert "poppler_utils: 0.63.0 -> 0.64.0" (#39742)

This reverts commit 3dfe97c62d.
Breaks texlive.bin.core build, see discussion in #39742
wip/yesman
Uli Baum 6 years ago
parent 882e08ced1
commit ae8d6b08fd
  1. 4
      pkgs/development/libraries/poppler/default.nix

@ -8,7 +8,7 @@
}:
let # beware: updates often break cups-filters build
version = "0.64.0";
version = "0.63.0";
mkFlag = optset: flag: "-DENABLE_${flag}=${if optset then "on" else "off"}";
in
stdenv.mkDerivation rec {
@ -16,7 +16,7 @@ stdenv.mkDerivation rec {
src = fetchurl {
url = "${meta.homepage}/poppler-${version}.tar.xz";
sha256 = "1cb4gz3h7cfqyphhx71qc9mp417bdphchbfghmvhcy4zm4ngj7dj";
sha256 = "04d1z1ygyb3llzc6s6c99wxafvljj2sc5b76djif34f7mzfqmk17";
};
outputs = [ "out" "dev" ];

Loading…
Cancel
Save