GNU bug report logs -
#76150
[PATCH 00/16] More patches towards SageMath.
Previous Next
Reported by: Vinicius Monego <monego <at> posteo.net>
Date: Sun, 9 Feb 2025 01:51:01 UTC
Severity: normal
Tags: patch
Done: Andreas Enge <andreas <at> enge.fr>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
* gnu/packages/algebra.scm (singular)[inputs]: Remove package labels.
Change-Id: Iecdcf07df4c0f18c0305a8f990d4a2e3c832cdd6
---
gnu/packages/algebra.scm | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)
diff --git a/gnu/packages/algebra.scm b/gnu/packages/algebra.scm
index 4e111a542a..bf3abaa8ed 100644
--- a/gnu/packages/algebra.scm
+++ b/gnu/packages/algebra.scm
@@ -619,13 +619,13 @@ (define-public singular
(native-inputs
(list doxygen graphviz perl))
(inputs
- `(("cddlib" ,cddlib)
- ("gmp" ,gmp)
- ("flint" ,flint)
- ("mpfr" ,mpfr)
- ("ntl" ,ntl)
- ("python" ,python-2)
- ("readline" ,readline)))
+ (list cddlib
+ gmp
+ flint
+ mpfr
+ ntl
+ python-2
+ readline))
(arguments
`(#:configure-flags
(list (string-append "--with-ntl="
--
2.48.1
This bug report was last modified 101 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.