Skip to content

Commit 2e0bafe

Browse files
authored
Merge pull request #1793 from sjkelly/sjk/nixpin1
[nix] drop python 2.7
2 parents 110bae4 + 9ad1221 commit 2e0bafe

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

dev/nix/shell.nix

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ let
77
lxml
88
python-utils
99
];
10-
python27 = pkgs.python27.withPackages python_packages;
1110
python3 = pkgs.python3.withPackages python_packages;
1211
in
1312
stdenv.mkDerivation rec {
@@ -27,7 +26,6 @@ stdenv.mkDerivation rec {
2726
clang-tools
2827
gperftools
2928
perl
30-
python27
3129
python3
3230
time
3331
];

0 commit comments

Comments
 (0)