pythonPackages.Wand: Fix evaluation, passthru imagemagick

As required by SQLAlchemy-ImageAttach (which doesn't even build
currently though)
This commit is contained in:
Silvan Mosberger 2019-01-29 00:45:23 +01:00
parent abbb8219dc
commit d089bd0876
No known key found for this signature in database
GPG key ID: 9424360B4B85C9E7

View file

@ -22,6 +22,8 @@ buildPythonPackage rec {
# tests not included with pypi release
doCheck = false;
passthru.imagemagick = imagemagick7Big;
meta = with stdenv.lib; {
description = "Ctypes-based simple MagickWand API binding for Python";
homepage = http://wand-py.org/;