graphicsmagick: fix use of delegates in conversions
fixes #157920. nuking the references in `magick_config.h` also nuked the references to the package's own `delegates.mgk`, needed for determining which external tools to use for handling of e.g. pdf files.
This commit is contained in:
parent
b964d23a91
commit
2eb5c569a8
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ stdenv.mkDerivation rec {
|
|||
# Remove CFLAGS from the binaries to avoid closure bloat.
|
||||
# In the past we have had -dev packages in the closure of the binaries soley due to the string references.
|
||||
postConfigure = ''
|
||||
nuke-refs ./magick/magick_config.h
|
||||
nuke-refs -e $out ./magick/magick_config.h
|
||||
'';
|
||||
|
||||
postInstall = ''
|
||||
|
|
Loading…
Reference in a new issue