sage: pin python to 3.12 for getrandbits() compat

This commit is contained in:
Mauricio Collares
2025-06-18 21:34:09 -03:00
parent d9387e7cbe
commit 9944fed250
+3 -2
View File
@@ -12,8 +12,9 @@
let
inherit (pkgs) symlinkJoin callPackage nodePackages;
python3 = pkgs.python3 // {
pkgs = pkgs.python3.pkgs.overrideScope (
# TODO: unpin python when #416039 reaches master
python3 = pkgs.python312 // {
pkgs = pkgs.python312.pkgs.overrideScope (
self: super: {
# `sagelib`, i.e. all of sage except some wrappers and runtime dependencies
sagelib = self.callPackage ./sagelib.nix {