treewide: Make explicit that 'dev' output of poppler_utils is used
This commit is contained in:
parent
a030794d06
commit
d6d980c5df
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue