pythonPackages.Wand: Fix imagemagick path
This commit is contained in:
parent
9e6241ef69
commit
07c3f81aa6
@ -28,7 +28,9 @@ in buildPythonPackage rec {
|
|||||||
inherit magick_wand_library imagemagick_library;
|
inherit magick_wand_library imagemagick_library;
|
||||||
|
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
substituteAllInPlace wand/api.py
|
substituteInPlace wand/api.py --replace \
|
||||||
|
"magick_home = os.environ.get('MAGICK_HOME')" \
|
||||||
|
"magick_home = '${imagemagick}'"
|
||||||
'';
|
'';
|
||||||
|
|
||||||
# tests not included with pypi release
|
# tests not included with pypi release
|
||||||
|
Loading…
x
Reference in New Issue
Block a user