about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorFrederik Rietdijk <fridh@fridh.nl>2019-10-20 16:53:03 +0200
committerFrederik Rietdijk <fridh@fridh.nl>2019-10-20 17:01:47 +0200
commitb5e481a07efae3a9eadabd607a76870ffe6b67f6 (patch)
tree1800661c476a7a39cb10c41ea4c44995fc06b3ac /pkgs
parentd8924875983af60c3d53bdebba283aabdd9d48c4 (diff)
downloadnixlib-b5e481a07efae3a9eadabd607a76870ffe6b67f6.tar
nixlib-b5e481a07efae3a9eadabd607a76870ffe6b67f6.tar.gz
nixlib-b5e481a07efae3a9eadabd607a76870ffe6b67f6.tar.bz2
nixlib-b5e481a07efae3a9eadabd607a76870ffe6b67f6.tar.lz
nixlib-b5e481a07efae3a9eadabd607a76870ffe6b67f6.tar.xz
nixlib-b5e481a07efae3a9eadabd607a76870ffe6b67f6.tar.zst
nixlib-b5e481a07efae3a9eadabd607a76870ffe6b67f6.zip
Revert "poppler: 0.74.0 -> 0.79.0"
texlive.bin fails to build.

This reverts commit 6b58b4672f821f424b0f58792b644dc9c9d33342.
This reverts commit 1caceac8738a70351f2d9301e58e860c61e0907f.
This reverts commit 9908cad5c24a6431fa5aac8cfa570452713ea994.
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/libraries/poppler/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/poppler/default.nix b/pkgs/development/libraries/poppler/default.nix
index bfe7d6dd4b48..523e372996bc 100644
--- a/pkgs/development/libraries/poppler/default.nix
+++ b/pkgs/development/libraries/poppler/default.nix
@@ -8,7 +8,7 @@
 }:
 
 let # beware: updates often break cups-filters build
-  version = "0.79.0";
+  version = "0.74.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 = "1j18jlv1q6h21azb939gqjsgcbsh5qcd8dwxdmad54p5ixha91gr";
+    sha256 = "0bvb0yq9zsl2b811j4l4x0vf8g5lgmqbndkb2hvgsrr5639rzq4j";
   };
 
   outputs = [ "out" "dev" ];