add comment

This commit is contained in:
Florian Friesdorf 2013-01-15 18:29:42 +01:00
parent bfa0495344
commit f5df5847bd

View File

@ -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;