pythonPackages.deform_bootstrap: fix build

This commit is contained in:
Domen Kožar 2016-01-24 16:40:58 +01:00
parent 62d914d8a2
commit cc960f658c

View file

@ -4408,7 +4408,13 @@ in modules // {
sha256 = "1hgq3vqsfqdmlyahnlc40w13viawhpzqf4jzigsggdb41x545fda";
};
propagatedBuildInputs = with self; [ deform ];
buildInputs = [ self.mock ];
propagatedBuildInputs = with self; [ deform pyramid ];
# demo is removed as it depends on deformdemo
patchPhase = ''
rm -rf deform_bootstrap/demo
'';
meta = {
maintainers = with maintainers; [ iElectric ];