gnu: tuxpaint: Disable parallel build.
* gnu/packages/games.scm (tuxpaint)[arguments]<#:parallel-build?>: New parameter.
This commit is contained in:
parent
1f49cd546e
commit
7252964244
|
@ -2849,6 +2849,7 @@ safety of the Chromium vessel.")
|
||||||
,(string-append "PREFIX=" %output)
|
,(string-append "PREFIX=" %output)
|
||||||
"GNOME_PREFIX=$(PREFIX)"
|
"GNOME_PREFIX=$(PREFIX)"
|
||||||
"COMPLETIONDIR=$(PREFIX)/etc/bash_completion.d")
|
"COMPLETIONDIR=$(PREFIX)/etc/bash_completion.d")
|
||||||
|
#:parallel-build? #f ;fails on some systems
|
||||||
#:tests? #f ;No tests
|
#:tests? #f ;No tests
|
||||||
#:phases (modify-phases %standard-phases
|
#:phases (modify-phases %standard-phases
|
||||||
(delete 'configure) ;no configure phase
|
(delete 'configure) ;no configure phase
|
||||||
|
|
Loading…
Reference in New Issue