pythonInterpreters.pypy39_prebuilt: put deprecation behinde allowAliases

This commit is contained in:
jopejoe1
2025-04-03 17:15:54 +02:00
parent 35d9da4e21
commit 578d77eeab

View File

@@ -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
}
)