summary refs log tree commit diff
path: root/pkgs/applications/kde-apps-15.04
diff options
context:
space:
mode:
authorThomas Tuegel <ttuegel@gmail.com>2015-05-21 14:38:25 -0500
committerThomas Tuegel <ttuegel@gmail.com>2015-05-21 14:38:40 -0500
commitceea949bd09630a0dd9ef95c5946ebda877ba494 (patch)
tree41e61fb0c388a4517ee5e1a8f752440f2fc1c431 /pkgs/applications/kde-apps-15.04
parent064c7105189f317dc19d88548b8e07b434956192 (diff)
downloadnixlib-ceea949bd09630a0dd9ef95c5946ebda877ba494.tar
nixlib-ceea949bd09630a0dd9ef95c5946ebda877ba494.tar.gz
nixlib-ceea949bd09630a0dd9ef95c5946ebda877ba494.tar.bz2
nixlib-ceea949bd09630a0dd9ef95c5946ebda877ba494.tar.lz
nixlib-ceea949bd09630a0dd9ef95c5946ebda877ba494.tar.xz
nixlib-ceea949bd09630a0dd9ef95c5946ebda877ba494.tar.zst
nixlib-ceea949bd09630a0dd9ef95c5946ebda877ba494.zip
kdeApps_15_04.okular: enable libspectre for PostScript
Diffstat (limited to 'pkgs/applications/kde-apps-15.04')
-rw-r--r--pkgs/applications/kde-apps-15.04/default.nix6
1 files changed, 6 insertions, 0 deletions
diff --git a/pkgs/applications/kde-apps-15.04/default.nix b/pkgs/applications/kde-apps-15.04/default.nix
index 5f6d7c0bb6da..9cab1775c425 100644
--- a/pkgs/applications/kde-apps-15.04/default.nix
+++ b/pkgs/applications/kde-apps-15.04/default.nix
@@ -385,6 +385,12 @@ let
         buildInputs = super.libksane.buildInputs ++ [scope.KDE4 saneBackends];
       };
 
+      okular = super.okular // {
+        nativeBuildInputs =
+          super.okular.nativeBuildInputs
+          ++ [ pkgs.pkgconfig ];
+      };
+
       rocs = super.rocs // {
         buildInputs = super.rocs.buildInputs ++ (with kf5; [ kdelibs4support ]);
       };