diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2023-12-13 09:28:20 +0200 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2023-12-13 09:28:20 +0200 |
commit | c9e1a72cc27925484635ae01bc4de28bf232689d (patch) | |
tree | 392e151493d5df19efffbe8efd2eacee507babce /gnu/packages/gtk.scm | |
parent | 58bbb38c5bd2e42aab9e9408d8c9d8da3409f178 (diff) | |
parent | 579f706fc9e8635331631409d876e4b055451ac5 (diff) |
Merge branch 'rust-team'
Change-Id: Iee33d7b9067d2180fd4b2e28d81716a251a53a01
Diffstat (limited to 'gnu/packages/gtk.scm')
-rw-r--r-- | gnu/packages/gtk.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm index 47d4c1808f..cc33c9f672 100644 --- a/gnu/packages/gtk.scm +++ b/gnu/packages/gtk.scm @@ -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 |