about summary refs log tree commit diff
path: root/pkgs/applications/misc/qpdfview
diff options
context:
space:
mode:
authorThomas Tuegel <ttuegel@gmail.com>2015-04-02 09:50:37 -0500
committerThomas Tuegel <ttuegel@gmail.com>2015-04-02 09:51:44 -0500
commitc0d5cd0ff90cac2e04f6b436991baa4c4471150f (patch)
tree10a4782e57c637d12db8f59c079117e1b2c56ab2 /pkgs/applications/misc/qpdfview
parentda74e8c317519059b62383a90f48d5403863038d (diff)
downloadnixlib-c0d5cd0ff90cac2e04f6b436991baa4c4471150f.tar
nixlib-c0d5cd0ff90cac2e04f6b436991baa4c4471150f.tar.gz
nixlib-c0d5cd0ff90cac2e04f6b436991baa4c4471150f.tar.bz2
nixlib-c0d5cd0ff90cac2e04f6b436991baa4c4471150f.tar.lz
nixlib-c0d5cd0ff90cac2e04f6b436991baa4c4471150f.tar.xz
nixlib-c0d5cd0ff90cac2e04f6b436991baa4c4471150f.tar.zst
nixlib-c0d5cd0ff90cac2e04f6b436991baa4c4471150f.zip
poppler: fix build of Qt 4 and Qt 5 wrappers
The autoconf build system for poppler does not support building the
wrappers separately, so this slightly enlarges the size of closures. To
compensate, the command-line utilities have been separated into their
own package.
Diffstat (limited to 'pkgs/applications/misc/qpdfview')
-rw-r--r--pkgs/applications/misc/qpdfview/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/misc/qpdfview/default.nix b/pkgs/applications/misc/qpdfview/default.nix
index 0845a379685e..1cf6d76b8920 100644
--- a/pkgs/applications/misc/qpdfview/default.nix
+++ b/pkgs/applications/misc/qpdfview/default.nix
@@ -1,4 +1,4 @@
-{stdenv, fetchurl, qt4, pkgconfig, popplerQt4, djvulibre, libspectre, cups
+{stdenv, fetchurl, qt4, pkgconfig, poppler_qt4, djvulibre, libspectre, cups
 , file, ghostscript
 }:
 let
@@ -11,7 +11,7 @@ let
     sha256 = "15d88xzqvrcp9szmz8d1lj65yrdx90j6fp78gia5c8kra2z8bik9";
   };
   buildInputs = [
-    qt4 popplerQt4 pkgconfig djvulibre libspectre cups file ghostscript
+    qt4 poppler_qt4 pkgconfig djvulibre libspectre cups file ghostscript
   ];
 in
 stdenv.mkDerivation {