mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 14:07:01 +01:00
gnu: openttd-opengfx: Disable parallel build.
* gnu/packages/games.scm (openttd-opengfx)[arguments]: Set #:parallel-build? to #f. Signed-off-by: Kei Kebreau <kkebreau@posteo.net>
This commit is contained in:
parent
857b2f53bd
commit
c0959cc952
1 changed files with 2 additions and 1 deletions
|
@ -2501,7 +2501,8 @@ (define openttd-opengfx
|
||||||
;; different software versions than upstream does, some of the md5sums
|
;; different software versions than upstream does, some of the md5sums
|
||||||
;; are different. However, the package is still reproducible, it's safe
|
;; are different. However, the package is still reproducible, it's safe
|
||||||
;; to disable this test.
|
;; to disable this test.
|
||||||
#:tests? #f))
|
#:tests? #f
|
||||||
|
#:parallel-build? #f))
|
||||||
(native-inputs `(("dos2unix" ,dos2unix)
|
(native-inputs `(("dos2unix" ,dos2unix)
|
||||||
("gimp" ,gimp)
|
("gimp" ,gimp)
|
||||||
("grfcodec" ,grfcodec)
|
("grfcodec" ,grfcodec)
|
||||||
|
|
Loading…
Reference in a new issue