Merge pull request #271137 from eth3lbert/lua-libmagickwand-ext
luaPackages.magick: fix libMagickWand-7.Q16HDRI path on darwin
This commit is contained in:
commit
625f9cfbe4
1 changed files with 1 additions and 1 deletions
|
@ -501,7 +501,7 @@ with prev;
|
||||||
|
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
substituteInPlace magick/wand/lib.lua \
|
substituteInPlace magick/wand/lib.lua \
|
||||||
--replace @nix_wand@ ${imagemagick}/lib/libMagickWand-7.Q16HDRI.so
|
--replace @nix_wand@ ${imagemagick}/lib/libMagickWand-7.Q16HDRI${stdenv.hostPlatform.extensions.sharedLibrary}
|
||||||
'';
|
'';
|
||||||
|
|
||||||
# Requires ffi
|
# Requires ffi
|
||||||
|
|
Loading…
Reference in a new issue