about summary refs log tree commit diff
path: root/pkgs/applications/misc/calibre
diff options
context:
space:
mode:
authorVladimír Čunát <vcunat@gmail.com>2016-05-22 13:41:15 +0200
committerVladimír Čunát <vcunat@gmail.com>2016-05-22 13:41:15 +0200
commit73f1f5eb3969743fe459e7cc36cfb766c7f5318a (patch)
tree3b55d851edb0ea73b65cb9ac5b53f5e13cd556dd /pkgs/applications/misc/calibre
parent4c646dd6cb608a8e9f7d9f70dddb85fd4b076543 (diff)
downloadnixlib-73f1f5eb3969743fe459e7cc36cfb766c7f5318a.tar
nixlib-73f1f5eb3969743fe459e7cc36cfb766c7f5318a.tar.gz
nixlib-73f1f5eb3969743fe459e7cc36cfb766c7f5318a.tar.bz2
nixlib-73f1f5eb3969743fe459e7cc36cfb766c7f5318a.tar.lz
nixlib-73f1f5eb3969743fe459e7cc36cfb766c7f5318a.tar.xz
nixlib-73f1f5eb3969743fe459e7cc36cfb766c7f5318a.tar.zst
nixlib-73f1f5eb3969743fe459e7cc36cfb766c7f5318a.zip
imagemagick: split dev output to fix #9604
Also fixup references to imagemagick.
Diffstat (limited to 'pkgs/applications/misc/calibre')
-rw-r--r--pkgs/applications/misc/calibre/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/misc/calibre/default.nix b/pkgs/applications/misc/calibre/default.nix
index 46f4e8635a93..83b782e65d6f 100644
--- a/pkgs/applications/misc/calibre/default.nix
+++ b/pkgs/applications/misc/calibre/default.nix
@@ -47,8 +47,8 @@ stdenv.mkDerivation rec {
     export HOME=$TMPDIR/fakehome
     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
+    export MAGICK_INC=${imagemagick.dev}/include/ImageMagick
+    export MAGICK_LIB=${imagemagick.out}/lib
     export FC_INC_DIR=${fontconfig.dev}/include/fontconfig
     export FC_LIB_DIR=${fontconfig.lib}/lib
     export PODOFO_INC_DIR=${podofo}/include/podofo