default.nix: fix missing python dependency
This commit is contained in:
parent
3f75cbd357
commit
ba171eee72
@ -33,7 +33,7 @@ let
|
|||||||
src = builtins.filterSource sieve ./.;
|
src = builtins.filterSource sieve ./.;
|
||||||
|
|
||||||
format = "other";
|
format = "other";
|
||||||
propagatedBuildInputs = with pkgs.python3Packages; [ numpy matplotlib ];
|
propagatedBuildInputs = with pkgs.python3Packages; [ numpy scipy matplotlib ];
|
||||||
makeFlags = [ "PREFIX=$(out)" ];
|
makeFlags = [ "PREFIX=$(out)" ];
|
||||||
|
|
||||||
dontConfigure = true;
|
dontConfigure = true;
|
||||||
|
Loading…
Reference in New Issue
Block a user