me
/
guix
Archived
1
0
Fork 0

gnu: mate-utils: Fix intermittent build failures.

* gnu/packages/mate.scm (mate-utils)[arguments]<#:parallel-build>:
Set to #f.

Change-Id: I6cc4fd1e83ea250ed3a6450c98eccf7474848a5f
master
Danny Milosavljevic 2024-07-31 00:51:29 +02:00
parent 709fddf317
commit 5647942d63
No known key found for this signature in database
GPG Key ID: E71A35542C30BAA5
1 changed files with 4 additions and 0 deletions

View File

@ -1230,6 +1230,10 @@ can be used as backgrounds in the MATE Desktop environment.")
(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