gnu: slang: Disable parallel build.
* gnu/packages/slang.scm (slang)[arguments]: Disable parallel build.
This commit is contained in:
parent
cded001198
commit
22e357397a
|
@ -56,6 +56,7 @@
|
||||||
("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 New Issue