sage: rename python package from sagelib to sagemath (#545640)
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user