From 9ad12216889f2f0e0d4e7518b43a5d4b11948550 Mon Sep 17 00:00:00 2001 From: Steve Kelly Date: Sat, 31 Jul 2021 00:45:37 -0400 Subject: [PATCH] [nix] drop python 2.7 --- dev/nix/shell.nix | 2 -- 1 file changed, 2 deletions(-) diff --git a/dev/nix/shell.nix b/dev/nix/shell.nix index 38f93bccb76..796b9f486f6 100644 --- a/dev/nix/shell.nix +++ b/dev/nix/shell.nix @@ -7,7 +7,6 @@ let lxml python-utils ]; - python27 = pkgs.python27.withPackages python_packages; python3 = pkgs.python3.withPackages python_packages; in stdenv.mkDerivation rec { @@ -27,7 +26,6 @@ stdenv.mkDerivation rec { clang-tools gperftools perl - python27 python3 time ];