mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-24 11:39:46 -05:00
gnu: slang: Disable parallel build.
* gnu/packages/slang.scm (slang)[arguments]: Disable parallel build.
This commit is contained in:
parent
cded001198
commit
22e357397a
1 changed files with 1 additions and 0 deletions
|
@ -56,6 +56,7 @@ (define-public slang
|
|||
("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