mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-05 22:06:00 +03:00
treewide: Mass replace 'poppler_utils}/lib' to refer the 'out' output
This commit is contained in:
parent
619710268d
commit
0f4244f51f
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user