mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-28 19:56:59 -06: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:
parent
c49d158d35
commit
deb0a44e29
1 changed files with 7 additions and 7 deletions
|
|
@ -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="
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue