Revert "python: adding a back python27Full"
This reverts commit 822f480922.
See here for more discussion: https://github.com/NixOS/nixpkgs/commit/822f480922fe2a0a38bc9de429cb2457b2eda96f
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user