python3Packages.ndtypes: add dev output

This commit is contained in:
Peder Bergebakken Sundt 2023-11-18 18:23:48 +01:00 committed by Yt
parent 7524d6850a
commit 7f40672e68

View File

@ -12,6 +12,8 @@ buildPythonPackage {
disabled = isPy27;
inherit (libndtypes) version src meta;
outputs = [ "out" "dev" ];
propagatedBuildInputs = [ numpy ];
postPatch = ''