about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorThiago Kenji Okada <thiagokokada@gmail.com>2023-01-04 21:50:09 +0000
committerThiago Kenji Okada <thiagokokada@gmail.com>2023-01-07 21:11:48 +0000
commit6339c29710b71c2f575d1a4e67385b3b1ca02734 (patch)
treee159018c7a494a844d58366a63af4d5cc28b21fd /pkgs
parent5dbf9ca20c482c4d2ef63c680516a0a90e00c202 (diff)
pypy37: remove
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/interpreters/python/default.nix7
1 files changed, 2 insertions, 5 deletions
diff --git a/pkgs/development/interpreters/python/default.nix b/pkgs/development/interpreters/python/default.nix
index 33bde67cc7dde..7f220054f288f 100644
--- a/pkgs/development/interpreters/python/default.nix
+++ b/pkgs/development/interpreters/python/default.nix
@@ -281,11 +281,8 @@ in {
     pythonVersion = "3.8";
     sha256 = "sha256-W12dklbxKhKa+DhOL1gb36s7wPu+OgpIDZwdLpVJDrE=";
   };
-  pypy37 = __splicedPackages.pypy39.override {
-    self = __splicedPackages.pythonInterpreters.pypy37;
-    pythonVersion = "3.7";
-    sha256 = "sha256-cEJhY7GU7kYAmYbuptlCYJij/7VS2c29PfqmSkc3P0k=";
-  };
+
+  pypy37 = throw "pypy37 has been removed from nixpkgs since it is no longer supported upstream"; # Added 2023-01-04
 
   pypy27_prebuilt = callPackage ./pypy/prebuilt_2_7.nix {
     # Not included at top-level