mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
gnu: slang: Combine duplicate 'arguments' fields.
Combine duplicate 'arguments' fields introduced in 22e357397a
.
* gnu/packages/slang.scm (slang)[arguments]: Combine duplicate fields.
This commit is contained in:
parent
5c3f2a5a77
commit
ee2a7f0789
1 changed files with 2 additions and 2 deletions
|
@ -49,14 +49,14 @@ (define-public slang
|
|||
(("-ltermcap") ""))))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
'(#:parallel-tests? #f))
|
||||
'(#:parallel-tests? #f
|
||||
#:parallel-build? #f)) ; there's at least one race
|
||||
(inputs
|
||||
`(("readline" ,readline)
|
||||
("zlib" ,zlib)
|
||||
("libpng" ,libpng)
|
||||
("pcre" ,pcre)
|
||||
("ncurses" ,ncurses)))
|
||||
(arguments `(#:parallel-build? #f)) ; there's at least one race
|
||||
(home-page "http://www.jedsoft.org/slang/")
|
||||
(synopsis "Library for interactive applications and extensibility")
|
||||
(description
|
||||
|
|
Loading…
Reference in a new issue