mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-29 05:30:32 +02:00
gnu: singular: Remove package labels.
* gnu/packages/algebra.scm (singular)[inputs]: Remove package labels. Change-Id: Iecdcf07df4c0f18c0305a8f990d4a2e3c832cdd6 Signed-off-by: Andreas Enge <andreas@enge.fr>
This commit is contained in:
committed by
Andreas Enge
parent
c49d158d35
commit
deb0a44e29
@@ -619,13 +619,13 @@ matrices, and polynomials over the integers and over finite fields.")
|
||||
(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="
|
||||
|
||||
Reference in New Issue
Block a user