[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
06/06: gnu: openttd-opengfx: Disable parallel build.
From: |
Kei Kebreau |
Subject: |
06/06: gnu: openttd-opengfx: Disable parallel build. |
Date: |
Fri, 22 Sep 2017 08:05:35 -0400 (EDT) |
kkebreau pushed a commit to branch master
in repository guix.
commit c0959cc952a1fd78803db35f048e8ea7cdecc163
Author: Arun Isaac <address@hidden>
Date: Tue Sep 19 18:10:27 2017 +0530
gnu: openttd-opengfx: Disable parallel build.
* gnu/packages/games.scm (openttd-opengfx)[arguments]: Set #:parallel-build?
to #f.
Signed-off-by: Kei Kebreau <address@hidden>
---
gnu/packages/games.scm | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm
index 022a3ca..aef6f01 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -2501,7 +2501,8 @@ engine. When you start it you will be prompted to
download a graphics set.")
;; different software versions than upstream does, some of the md5sums
;; are different. However, the package is still reproducible, it's safe
;; to disable this test.
- #:tests? #f))
+ #:tests? #f
+ #:parallel-build? #f))
(native-inputs `(("dos2unix" ,dos2unix)
("gimp" ,gimp)
("grfcodec" ,grfcodec)
- branch master updated (9fc513a -> c0959cc), Kei Kebreau, 2017/09/22
- 03/06: gnu: Add openttd-opensfx., Kei Kebreau, 2017/09/22
- 04/06: gnu: Add openttd-openmsx., Kei Kebreau, 2017/09/22
- 01/06: gnu: Add catcodec., Kei Kebreau, 2017/09/22
- 02/06: licenses: Add CC-Sampling+ 1.0., Kei Kebreau, 2017/09/22
- 05/06: gnu: openttd: Include openttd-openmsx and openttd-opensfx., Kei Kebreau, 2017/09/22
- 06/06: gnu: openttd-opengfx: Disable parallel build.,
Kei Kebreau <=