pythonPackages.Wand: Fix evaluation, passthru imagemagick
As required by SQLAlchemy-ImageAttach (which doesn't even build currently though)
This commit is contained in:
parent
abbb8219dc
commit
d089bd0876
@ -22,6 +22,8 @@ buildPythonPackage rec {
|
|||||||
# tests not included with pypi release
|
# tests not included with pypi release
|
||||||
doCheck = false;
|
doCheck = false;
|
||||||
|
|
||||||
|
passthru.imagemagick = imagemagick7Big;
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "Ctypes-based simple MagickWand API binding for Python";
|
description = "Ctypes-based simple MagickWand API binding for Python";
|
||||||
homepage = http://wand-py.org/;
|
homepage = http://wand-py.org/;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user