diff options
author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-04-29 23:14:23 -0400 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-05-31 14:53:31 -0400 |
commit | a4210881a87439252e188bb3cccee739b32626e5 (patch) | |
tree | 738ff0d77153553421feed9ce7786b3399dc261c /gnu | |
parent | 0dbeb5d2f9676e48cc3a167406192cf0e52efc6f (diff) | |
download | guix-a4210881a87439252e188bb3cccee739b32626e5.tar.gz guix-a4210881a87439252e188bb3cccee739b32626e5.zip |
gnu: Remove python2-gmpy2.
* gnu/packages/sagemath.scm (python2-gmpy2): Delete variable.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/sagemath.scm | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gnu/packages/sagemath.scm b/gnu/packages/sagemath.scm index b603a2f151..e8a021e91b 100644 --- a/gnu/packages/sagemath.scm +++ b/gnu/packages/sagemath.scm @@ -101,9 +101,6 @@ but it can be used independently.") libraries GMO, MPFR and MPC.") (license license:lgpl3+))) -(define-public python2-gmpy2 - (package-with-python2 python-gmpy2)) - (define-public cliquer (package (name "cliquer") |