sage: rename python package from sagelib to sagemath (#545640)

This commit is contained in:
Mauricio Collares
2026-07-25 19:11:38 +00:00
committed by GitHub
+3 -1
View File
@@ -92,7 +92,9 @@ assert (!blas.isILP64) && (!lapack.isILP64);
buildPythonPackage rec {
version = src.version;
pname = "sagelib";
# Sage publishes Python metadata as "sagemath" even though this nixpkgs
# attribute is exposed as `sagelib`.
pname = "sagemath";
src = sage-src;
pyproject = true;