diff options
| author | Vinicius Monego <monego@posteo.net> | 2025-06-22 00:02:43 -0300 |
|---|---|---|
| committer | Vinicius Monego <monego@posteo.net> | 2025-06-22 01:34:18 -0300 |
| commit | 965e06f2482ef98e70d7a7a4646572923aa1dc98 (patch) | |
| tree | 0470cff61f7048975e58419d581b9f1a31f6f34a /gnu/packages | |
| parent | 8ba8ce5edc05202eaaf69dacac71866a458963f0 (diff) | |
gnu: singular: Remove unused input.
* gnu/packages/algebra.scm (singular)[inputs]: Remove python-2.
Change-Id: I16eca4d0b906c01febe67f2fecfb8daa65df817b
Diffstat (limited to 'gnu/packages')
| -rw-r--r-- | gnu/packages/algebra.scm | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gnu/packages/algebra.scm b/gnu/packages/algebra.scm index 02ca38cb9ec..213128ae43c 100644 --- a/gnu/packages/algebra.scm +++ b/gnu/packages/algebra.scm @@ -640,7 +640,6 @@ matrices, and polynomials over the integers and over finite fields.") flint mpfr ntl - python-2 readline)) (synopsis "Computer algebra system for polynomial computations") (description |
