me
/
guix
Archived
1
0
Fork 0

gnu: at-spi2-core: Skip tests when cross-compiling.

* gnu/packages/gtk.scm (at-spi2-core)[arguments]: When cross compiling
skip the custom 'check phase.

Change-Id: Ibc15a829d632bce8331dc70df6dc3b36b4a479a4
Efraim Flashner 2023-11-20 12:06:41 +02:00
parent a90043cfe8
commit 3dc6253e87
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 2 additions and 1 deletions

View File

@ -806,7 +806,8 @@ ever use this library.")
;; The CI test suite fails completely on powerpc-linux.
;; The name org.gnome.SessionManager was not provided by any .service
;; TODO: Wrap 'check phase with 'tests?'.
#$@(if (not (target-ppc32?))
#$@(if (not (or (target-ppc32?)
(%current-target-system)))
#~((add-after 'install 'check
(lambda _
;; xfconfd requires a writable HOME