guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/02: gnu: tuxpaint-config: Build sequentially.


From: Eric Bavier
Subject: 01/02: gnu: tuxpaint-config: Build sequentially.
Date: Sat, 13 Aug 2016 16:02:30 +0000 (UTC)

bavier pushed a commit to branch master
in repository guix.

commit 5895ca7bbbe324aa23fcf8c69dd71ed17cbd200e
Author: Eric Bavier <address@hidden>
Date:   Fri Aug 5 23:45:00 2016 -0500

    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 4ca59c8..96aefbc 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]