Unverified Commit 2adb1b17 authored by Martin Weinelt's avatar Martin Weinelt Committed by GitHub
Browse files

pythonInterpreters.pypy39_prebuilt: put deprecation behinde allowAliases (#395783)

parents 06176365 578d77ee
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -197,8 +197,6 @@
      inherit passthruFun;
    };

    pypy39_prebuilt = throw "pypy 3.9 has been removed, use pypy 3.10 instead"; # Added 2025-01-03

    pypy310_prebuilt = callPackage ./pypy/prebuilt.nix {
      # Not included at top-level
      self = __splicedPackages.pythonInterpreters.pypy310_prebuilt;
@@ -219,4 +217,7 @@
      inherit passthruFun;
    };
  }
  // lib.optionalAttrs config.allowAliases {
    pypy39_prebuilt = throw "pypy 3.9 has been removed, use pypy 3.10 instead"; # Added 2025-01-03
  }
)