summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorTuomas Tynkkynen <tuomas@tuxera.com>2016-01-24 09:30:11 +0200
committerTuomas Tynkkynen <tuomas@tuxera.com>2016-01-24 10:03:39 +0200
commit0f4244f51f1703132d9205a216180902a75bf33e (patch)
treefac9d1c39e6f921a6cc003eba81d8382f7afb754 /pkgs
parent619710268d1e0581f70d4d7c504b05e2d0b989a9 (diff)
downloadnixlib-0f4244f51f1703132d9205a216180902a75bf33e.tar
nixlib-0f4244f51f1703132d9205a216180902a75bf33e.tar.gz
nixlib-0f4244f51f1703132d9205a216180902a75bf33e.tar.bz2
nixlib-0f4244f51f1703132d9205a216180902a75bf33e.tar.lz
nixlib-0f4244f51f1703132d9205a216180902a75bf33e.tar.xz
nixlib-0f4244f51f1703132d9205a216180902a75bf33e.tar.zst
nixlib-0f4244f51f1703132d9205a216180902a75bf33e.zip
treewide: Mass replace 'poppler_utils}/lib' to refer the 'out' output
Diffstat (limited to 'pkgs')
-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 62da092470ab..f464c3ccd027 100644
--- a/pkgs/applications/misc/calibre/default.nix
+++ b/pkgs/applications/misc/calibre/default.nix
@@ -40,7 +40,7 @@ stdenv.mkDerivation rec {
   installPhase = ''
     export HOME=$TMPDIR/fakehome
     export POPPLER_INC_DIR=${poppler_utils}/include/poppler
-    export POPPLER_LIB_DIR=${poppler_utils}/lib
+    export POPPLER_LIB_DIR=${poppler_utils.out}/lib
     export MAGICK_INC=${imagemagick}/include/ImageMagick
     export MAGICK_LIB=${imagemagick}/lib
     export FC_INC_DIR=${fontconfig.dev}/include/fontconfig