add comment
This commit is contained in:
parent
bfa0495344
commit
f5df5847bd
|
@ -5291,6 +5291,10 @@ let
|
||||||
|
|
||||||
pythonPackages = python27Packages;
|
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 {
|
python26Packages = import ./python-packages.nix {
|
||||||
inherit pkgs;
|
inherit pkgs;
|
||||||
python = python26;
|
python = python26;
|
||||||
|
|
Loading…
Reference in New Issue