mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-03 23:38:12 +00:00
This reverts commit a1eacb900e.
Adding dev outputs to python packages means they can't be included in
a Python environment created with python3.withPackages, because
makePythonPath will include the dev output, which is empty apart from
nix-support, rather than the out output, which contains all the Python
code.