diff options
author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-04-29 23:45:08 -0400 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-05-31 14:53:36 -0400 |
commit | 8824061544976e6113e5ae83ad55787662f6974e (patch) | |
tree | e9fb86e4a807c074e57dfded2ffc6ab54b604faa /gnu/packages/maths.scm | |
parent | aa8ec684ab43fe5c348c20ea3f7a151af3eb8ffe (diff) | |
download | guix-8824061544976e6113e5ae83ad55787662f6974e.tar.gz |
gnu: Remove python2-kiwisolver.
* gnu/packages/maths.scm (python2-kiwisolver): Delete variable.
Diffstat (limited to 'gnu/packages/maths.scm')
-rw-r--r-- | gnu/packages/maths.scm | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm index 9cecf5cc40..54ea2af515 100644 --- a/gnu/packages/maths.scm +++ b/gnu/packages/maths.scm @@ -3336,9 +3336,6 @@ Cassowary solver with typical use cases gaining a 40x improvement. Memory savings are consistently > 5x.") (license license:bsd-3))) -(define-public python2-kiwisolver - (package-with-python2 python-kiwisolver)) - (define-public slepc (package (name "slepc") |