From 18375a7331dbaeb9a7a8aa0b505454bafd31f57b Mon Sep 17 00:00:00 2001 From: Rok Garbas Date: Wed, 2 Nov 2016 16:17:48 +0100 Subject: [PATCH] Revert "python: adding a back python27Full" This reverts commit 822f480922fe2a0a38bc9de429cb2457b2eda96f. See here for more discussion: https://github.com/NixOS/nixpkgs/commit/822f480922fe2a0a38bc9de429cb2457b2eda96f --- pkgs/top-level/all-packages.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix index 88ab02d027cb..a3c86782db7d 100644 --- a/pkgs/top-level/all-packages.nix +++ b/pkgs/top-level/all-packages.nix @@ -5516,7 +5516,6 @@ in pythonFull = python.override{x11Support=true;}; python2Full = python2.override{x11Support=true;}; python3Full = python3.override{x11Support=true;}; - python27Full = python2Full; # pythonPackages further below, but assigned here because they need to be in sync pythonPackages = python2Packages;