diff options
author | Eric Bavier <bavier@member.fsf.org> | 2016-08-05 23:45:00 -0500 |
---|---|---|
committer | Eric Bavier <bavier@member.fsf.org> | 2016-08-13 11:00:45 -0500 |
commit | 5895ca7bbbe324aa23fcf8c69dd71ed17cbd200e (patch) | |
tree | 4b1619e9c2bd76d863dc5d967898453719d43f81 /gnu | |
parent | b2122724fe58726c0503f5c5c2578b704685d5a6 (diff) | |
download | patches-5895ca7bbbe324aa23fcf8c69dd71ed17cbd200e.tar patches-5895ca7bbbe324aa23fcf8c69dd71ed17cbd200e.tar.gz |
gnu: tuxpaint-config: Build sequentially.
* gnu/packages/games.scm (tuxpaint-config)[arguments]: Add
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/games.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm index 4ca59c804a..96aefbc3e4 100644 --- a/gnu/packages/games.scm +++ b/gnu/packages/games.scm @@ -2680,6 +2680,7 @@ with the \"Stamp\" tool within Tux Paint.") "CONFDIR=/etc/tuxpaint" ;don't write to store ,(string-append "PREFIX=" %output) "GNOME_PREFIX=$(PREFIX)") + #:parallel-build? #f ;race conditions #:tests? #f ;no tests #:phases (modify-phases %standard-phases (delete 'configure) ;no configure phase |