guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: tuxpaint: Disable parallel build.


From: Marius Bakke
Subject: 01/01: gnu: tuxpaint: Disable parallel build.
Date: Thu, 20 Apr 2017 13:33:56 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit 7252964244cd81dbe24af418ae52a2a20bc054c7
Author: Marius Bakke <address@hidden>
Date:   Thu Apr 20 19:30:00 2017 +0200

    gnu: tuxpaint: Disable parallel build.
    
    * gnu/packages/games.scm (tuxpaint)[arguments]<#:parallel-build?>: New 
parameter.
---
 gnu/packages/games.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm
index 31ba037..8ff5958 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -2849,6 +2849,7 @@ safety of the Chromium vessel.")
                       ,(string-append "PREFIX=" %output)
                       "GNOME_PREFIX=$(PREFIX)"
                       "COMPLETIONDIR=$(PREFIX)/etc/bash_completion.d")
+       #:parallel-build? #f             ;fails on some systems
        #: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]