summary refs log tree commit diff
diff options
context:
space:
mode:
authorTuomas Tynkkynen <tuomas@tuxera.com>2016-04-16 20:45:46 +0300
committerVladimír Čunát <vcunat@gmail.com>2016-05-19 10:02:30 +0200
commitd6d980c5df9caca3113c59c8065e03b4fa8e6fa2 (patch)
tree368be311631ede471e401ecaafd2ef89f1311a38
parenta030794d06be34841d533c18150ecc3a833a53f0 (diff)
downloadnixlib-d6d980c5df9caca3113c59c8065e03b4fa8e6fa2.tar
nixlib-d6d980c5df9caca3113c59c8065e03b4fa8e6fa2.tar.gz
nixlib-d6d980c5df9caca3113c59c8065e03b4fa8e6fa2.tar.bz2
nixlib-d6d980c5df9caca3113c59c8065e03b4fa8e6fa2.tar.lz
nixlib-d6d980c5df9caca3113c59c8065e03b4fa8e6fa2.tar.xz
nixlib-d6d980c5df9caca3113c59c8065e03b4fa8e6fa2.tar.zst
nixlib-d6d980c5df9caca3113c59c8065e03b4fa8e6fa2.zip
treewide: Make explicit that 'dev' output of poppler_utils is used
-rw-r--r--pkgs/applications/misc/calibre/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/misc/calibre/default.nix b/pkgs/applications/misc/calibre/default.nix
index c80c6e9d3465..05eb5516a4a6 100644
--- a/pkgs/applications/misc/calibre/default.nix
+++ b/pkgs/applications/misc/calibre/default.nix
@@ -45,7 +45,7 @@ stdenv.mkDerivation rec {
 
   installPhase = ''
     export HOME=$TMPDIR/fakehome
-    export POPPLER_INC_DIR=${poppler_utils}/include/poppler
+    export POPPLER_INC_DIR=${poppler_utils.dev}/include/poppler
     export POPPLER_LIB_DIR=${poppler_utils.out}/lib
     export MAGICK_INC=${imagemagick}/include/ImageMagick
     export MAGICK_LIB=${imagemagick}/lib