diff options
author | Felix Gruber <felgru@posteo.net> | 2022-01-07 18:36:04 +0000 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2022-01-12 14:12:47 -0500 |
commit | cc4553c6b352146604484a177e59b4ba7eec19f2 (patch) | |
tree | da3085691694645e6c11a90dadeb78ecff59616d /gnu | |
parent | 21bc72ad8132d41b551420dec6dda6142ccd21d9 (diff) | |
download | guix-cc4553c6b352146604484a177e59b4ba7eec19f2.tar guix-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')
-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 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") |