mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-08 21:24:03 +00:00
python3Packages.ndtypes: add dev
output
This commit is contained in:
parent
7524d6850a
commit
7f40672e68
@ -12,6 +12,8 @@ buildPythonPackage {
|
||||
disabled = isPy27;
|
||||
inherit (libndtypes) version src meta;
|
||||
|
||||
outputs = [ "out" "dev" ];
|
||||
|
||||
propagatedBuildInputs = [ numpy ];
|
||||
|
||||
postPatch = ''
|
||||
|
Loading…
Reference in New Issue
Block a user