summaryrefslogtreecommitdiff
path: root/gnu/packages/maths.scm
diff options
context:
space:
mode:
authorFelix Gruber <felgru@posteo.net>2022-01-07 18:36:04 +0000
committerLeo Famulari <leo@famulari.name>2022-01-12 14:12:47 -0500
commitcc4553c6b352146604484a177e59b4ba7eec19f2 (patch)
treeda3085691694645e6c11a90dadeb78ecff59616d /gnu/packages/maths.scm
parent21bc72ad8132d41b551420dec6dda6142ccd21d9 (diff)
downloadguix-patches-cc4553c6b352146604484a177e59b4ba7eec19f2.tar
guix-patches-cc4553c6b352146604484a177e59b4ba7eec19f2.tar.gz
gnu: Remove python2-cvxopt.
* gnu/packages/maths.scm (python2-cvxopt): Remove variable. Signed-off-by: Leo Famulari <leo@famulari.name>
Diffstat (limited to 'gnu/packages/maths.scm')
-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 7886ad3836..ef90bf7010 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -357,9 +357,6 @@ extensive standard library and on the strengths of Python as a high-level
programming language.")
(license license:gpl3+)))
-(define-public python2-cvxopt
- (package-with-python2 python-cvxopt))
-
(define-public units
(package
(name "units")