gnu: tuxpaint-config: Build sequentially.
* gnu/packages/games.scm (tuxpaint-config)[arguments]: Add
This commit is contained in:
parent
b2122724fe
commit
5895ca7bbb
|
@ -2680,6 +2680,7 @@ with the \"Stamp\" tool within Tux Paint.")
|
||||||
"CONFDIR=/etc/tuxpaint" ;don't write to store
|
"CONFDIR=/etc/tuxpaint" ;don't write to store
|
||||||
,(string-append "PREFIX=" %output)
|
,(string-append "PREFIX=" %output)
|
||||||
"GNOME_PREFIX=$(PREFIX)")
|
"GNOME_PREFIX=$(PREFIX)")
|
||||||
|
#:parallel-build? #f ;race conditions
|
||||||
#: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