summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorMaxim Cournoyer <maxim.cournoyer@gmail.com>2022-04-29 23:45:08 -0400
committerMaxim Cournoyer <maxim.cournoyer@gmail.com>2022-05-31 14:53:36 -0400
commit8824061544976e6113e5ae83ad55787662f6974e (patch)
treee9fb86e4a807c074e57dfded2ffc6ab54b604faa /gnu
parentaa8ec684ab43fe5c348c20ea3f7a151af3eb8ffe (diff)
downloadguix-patches-8824061544976e6113e5ae83ad55787662f6974e.tar
guix-patches-8824061544976e6113e5ae83ad55787662f6974e.tar.gz
gnu: Remove python2-kiwisolver.
* gnu/packages/maths.scm (python2-kiwisolver): Delete variable.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/maths.scm3
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")