summary refs log tree commit diff
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
parent064c7105189f317dc19d88548b8e07b434956192 (diff)
downloadnixpkgs-ceea949bd09630a0dd9ef95c5946ebda877ba494.tar
nixpkgs-ceea949bd09630a0dd9ef95c5946ebda877ba494.tar.gz
nixpkgs-ceea949bd09630a0dd9ef95c5946ebda877ba494.tar.bz2
nixpkgs-ceea949bd09630a0dd9ef95c5946ebda877ba494.tar.lz
nixpkgs-ceea949bd09630a0dd9ef95c5946ebda877ba494.tar.xz
nixpkgs-ceea949bd09630a0dd9ef95c5946ebda877ba494.tar.zst
nixpkgs-ceea949bd09630a0dd9ef95c5946ebda877ba494.zip
kdeApps_15_04.okular: enable libspectre for PostScript
-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 5f6d7c0bb6d..9cab1775c42 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 ]);
       };