summary refs log tree commit diff
path: root/pkgs/desktops/plasma-5.2
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/desktops/plasma-5.2
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/desktops/plasma-5.2')
-rw-r--r--pkgs/desktops/plasma-5.2/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/desktops/plasma-5.2/default.nix b/pkgs/desktops/plasma-5.2/default.nix
index dfaafa06a77a..8a7733299b5d 100644
--- a/pkgs/desktops/plasma-5.2/default.nix
+++ b/pkgs/desktops/plasma-5.2/default.nix
@@ -38,7 +38,7 @@ let
     {
       LibBlueDevil = pkgs.libbluedevil;
       PolkitQt5-1 = pkgs.polkit_qt5.override { inherit qt5; };
-      PopplerQt5 = (pkgs.poppler.override { inherit qt5; }).poppler_qt5;
+      PopplerQt5 = pkgs.poppler_qt.override { inherit qt5; };
     } //
     # packages from nixpkgs
     (with pkgs;