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