pythonPackages.sqlalchemy_imageattach: fix evaluation
Broken since 762d847d47d5cd43a809ebc86d3b17555f873aa8 where the package name case was changed but not the reverse dependencies.
This commit is contained in:
parent
86a251ee2f
commit
4f957a9fdb
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user