mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
Revert "python: adding a back python27Full"
This reverts commit822f480922
. See here for more discussion:822f480922
This commit is contained in:
parent
84174c0cb8
commit
18375a7331
1 changed files with 0 additions and 1 deletions
|
@ -5516,7 +5516,6 @@ in
|
||||||
pythonFull = python.override{x11Support=true;};
|
pythonFull = python.override{x11Support=true;};
|
||||||
python2Full = python2.override{x11Support=true;};
|
python2Full = python2.override{x11Support=true;};
|
||||||
python3Full = python3.override{x11Support=true;};
|
python3Full = python3.override{x11Support=true;};
|
||||||
python27Full = python2Full;
|
|
||||||
|
|
||||||
# pythonPackages further below, but assigned here because they need to be in sync
|
# pythonPackages further below, but assigned here because they need to be in sync
|
||||||
pythonPackages = python2Packages;
|
pythonPackages = python2Packages;
|
||||||
|
|
Loading…
Reference in a new issue