mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -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") ""))))))
|
(("-ltermcap") ""))))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(#:parallel-tests? #f))
|
'(#:parallel-tests? #f
|
||||||
|
#:parallel-build? #f)) ; there's at least one race
|
||||||
(inputs
|
(inputs
|
||||||
`(("readline" ,readline)
|
`(("readline" ,readline)
|
||||||
("zlib" ,zlib)
|
("zlib" ,zlib)
|
||||||
("libpng" ,libpng)
|
("libpng" ,libpng)
|
||||||
("pcre" ,pcre)
|
("pcre" ,pcre)
|
||||||
("ncurses" ,ncurses)))
|
("ncurses" ,ncurses)))
|
||||||
(arguments `(#:parallel-build? #f)) ; there's at least one race
|
|
||||||
(home-page "http://www.jedsoft.org/slang/")
|
(home-page "http://www.jedsoft.org/slang/")
|
||||||
(synopsis "Library for interactive applications and extensibility")
|
(synopsis "Library for interactive applications and extensibility")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Reference in a new issue