mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-29 02:13:23 +00:00
pythonPackages.deform_bootstrap: fix build
This commit is contained in:
parent
62d914d8a2
commit
cc960f658c
@ -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 ];
|
||||
|
Loading…
Reference in New Issue
Block a user