From 0dfe1e1d870168c5b8f46c26f5fdb8b55de61930 Mon Sep 17 00:00:00 2001 From: lassulus Date: Mon, 12 Dec 2022 15:36:00 +0100 Subject: remove python2 --- pkgs/default.nix | 15 --------------- 1 file changed, 15 deletions(-) (limited to 'pkgs/default.nix') diff --git a/pkgs/default.nix b/pkgs/default.nix index 8c62f1b..a236d1d 100644 --- a/pkgs/default.nix +++ b/pkgs/default.nix @@ -447,21 +447,6 @@ pkgs: oldpkgs: { writePerlBin = name: pkgs.writePerl "/bin/${name}"; - writePython2 = name: { deps ? [], flakeIgnore ? [] }: - let - py = pkgs.python2.withPackages (ps: deps); - ignoreAttribute = optionalString (flakeIgnore != []) "--ignore ${concatMapStringsSep "," escapeShellArg flakeIgnore}"; - in - pkgs.makeScriptWriter { - interpreter = "${py}/bin/python"; - check = pkgs.writeDash "python2check.sh" '' - exec ${pkgs.python2Packages.flake8}/bin/flake8 --show-source ${ignoreAttribute} "$1" - ''; - } name; - - writePython2Bin = name: - pkgs.writePython2 "/bin/${name}"; - writePython3 = name: { deps ? [], flakeIgnore ? [] }: let py = pkgs.python3.withPackages (ps: deps); -- cgit v1.2.3