gnu: ToME4: Disable parallel build.

* gnu/packages/games.scm (tome4)[arguments]: Add <#:parallel-build?>.
master
Marius Bakke 2019-08-08 16:45:14 +02:00
parent 1a069a170c
commit ba73c434e0
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 4 additions and 0 deletions

View File

@ -4977,6 +4977,10 @@ Crowther & Woods, its original authors, in 1995. It has been known as
("luajit" ,luajit)))
(arguments
`(#:make-flags '("CC=gcc" "config=release")
;; XXX: Building in parallel occasionally causes this build failure:
;; ../src/luajit2/src/host/buildvm.c:73:10: fatal error: buildvm_arch.h:
;; No such file or directory
#:parallel-build? #f
#:phases (modify-phases %standard-phases
(delete 'bootstrap)
(replace 'configure