From 5895ca7bbbe324aa23fcf8c69dd71ed17cbd200e Mon Sep 17 00:00:00 2001 From: Eric Bavier Date: Fri, 5 Aug 2016 23:45:00 -0500 Subject: gnu: tuxpaint-config: Build sequentially. * gnu/packages/games.scm (tuxpaint-config)[arguments]: Add --- gnu/packages/games.scm | 1 + 1 file changed, 1 insertion(+) 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 -- cgit v1.2.3