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 12 disabled = isPy27; 13 13 inherit (libndtypes) version src meta; 14 14 15 + outputs = [ "out" "dev" ]; 16 + 15 17 propagatedBuildInputs = [ numpy ]; 16 18 17 19 postPatch = ''