mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
gnu: mate-utils: Fix intermittent build failures.
* gnu/packages/mate.scm (mate-utils)[arguments]<#:parallel-build>: Set to #f. Change-Id: I6cc4fd1e83ea250ed3a6450c98eccf7474848a5f
This commit is contained in:
parent
709fddf317
commit
5647942d63
1 changed files with 4 additions and 0 deletions
|
@ -1230,6 +1230,10 @@ (define-public mate-utils
|
|||
(base32
|
||||
"08066w98y45ilna6sn2kj8jnyhafra7sbpfrjdddv48939dlflrg"))))
|
||||
(build-system glib-or-gtk-build-system)
|
||||
(arguments
|
||||
;; Newer itstool does the following--and that causes parallel builds to fail:
|
||||
;; <https://github.com/itstool/itstool/commit/d3adf0264ee2b6fd28b7eff7dec33501d6e75a7c>
|
||||
(list #:parallel-build? #f))
|
||||
(native-inputs
|
||||
(list gettext-minimal
|
||||
gtk-doc
|
||||
|
|
Loading…
Reference in a new issue