diff options
-rw-r--r-- | gnu/packages/sagemath.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/sagemath.scm b/gnu/packages/sagemath.scm index 06c4c0a17d..a400695b69 100644 --- a/gnu/packages/sagemath.scm +++ b/gnu/packages/sagemath.scm @@ -85,7 +85,7 @@ but it can be used independently.") "GMP/MPIR, MPFR, and MPC interface to Python 2.6+ and 3.x") (description "GMP/MPIR, MPFR, and MPC interface to Python 2.6+ and 3.x") - (license #f))) + (license license:lgpl3+))) (define-public python2-gmpy2 (package-with-python2 python-gmpy2)) |