mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 08:23:09 +00:00
add comment
This commit is contained in:
parent
bfa0495344
commit
f5df5847bd
@ -5291,6 +5291,10 @@ let
|
||||
|
||||
pythonPackages = python27Packages;
|
||||
|
||||
# `nix-env -i python-nose` installs for 2.7, the default python.
|
||||
# Therefore we do not recurse into attributes here, in contrast to
|
||||
# python27Packages. `nix-env -iA python26Packages.nose` works
|
||||
# regardless.
|
||||
python26Packages = import ./python-packages.nix {
|
||||
inherit pkgs;
|
||||
python = python26;
|
||||
|
Loading…
Reference in New Issue
Block a user