pythonPackages.sqlalchemy_imageattach: fix evaluation

Broken since 762d847d47 where the package
name case was changed but not the reverse dependencies.
This commit is contained in:
Franz Pletz 2017-01-04 21:28:05 +01:00
parent 86a251ee2f
commit 4f957a9fdb
No known key found for this signature in database
GPG key ID: 846FDED7792617B4

View file

@ -24753,7 +24753,7 @@ in {
};
buildInputs = with self; [ pytest webob pkgs.imagemagick nose ];
propagatedBuildInputs = with self; [ sqlalchemy8 wand ];
propagatedBuildInputs = with self; [ sqlalchemy8 Wand ];
checkPhase = ''
cd tests