lol

python3Packages.ndtypes: add `dev` output

authored by

Peder Bergebakken Sundt and committed by
Yt
7f40672e 7524d685

+2
+2
pkgs/development/python-modules/ndtypes/default.nix
··· 12 disabled = isPy27; 13 inherit (libndtypes) version src meta; 14 15 propagatedBuildInputs = [ numpy ]; 16 17 postPatch = ''
··· 12 disabled = isPy27; 13 inherit (libndtypes) version src meta; 14 15 + outputs = [ "out" "dev" ]; 16 + 17 propagatedBuildInputs = [ numpy ]; 18 19 postPatch = ''