guix_mirror_bot pushed a commit to branch master
in repository guix.
commit 965e06f2482ef98e70d7a7a4646572923aa1dc98
Author: Vinicius Monego <[email protected]>
AuthorDate: Sun Jun 22 00:02:43 2025 -0300
gnu: singular: Remove unused input.
* gnu/packages/algebra.scm (singular)[inputs]: Remove python-2.
Change-Id: I16eca4d0b906c01febe67f2fecfb8daa65df817b
---
gnu/packages/algebra.scm | 1 -
1 file changed, 1 deletion(-)
diff --git a/gnu/packages/algebra.scm b/gnu/packages/algebra.scm
index 02ca38cb9e..213128ae43 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