boost165: make it possible to build without numpy
This commit is contained in:
parent
d8a1b34c8e
commit
0e37a2cc98
@ -9,6 +9,6 @@ callPackage ./generic.nix (args // rec {
|
||||
sha256 = "9807a5d16566c57fd74fb522764e0b134a8bbe6b6e8967b83afefd30dcd3be81";
|
||||
};
|
||||
|
||||
enableNumpy = true;
|
||||
enableNumpy = args.enableNumpy or true;
|
||||
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user