janneke pushed a commit to branch hurd-team
in repository guix.

commit a7de9078a6238e34f94c78b17344f9de64c54232
Author: Janneke Nieuwenhuizen <[email protected]>
AuthorDate: Tue Jun 13 10:58:03 2023 +0200

    gnu: glib: Disable tests for the Hurd.
    
    * gnu/packages/glib.scm (glib)[arguments]: When building for the Hurd,
    set #:tests? to #false.
---
 gnu/packages/glib.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/glib.scm b/gnu/packages/glib.scm
index e988e8dc87..bcbc1f22b1 100644
--- a/gnu/packages/glib.scm
+++ b/gnu/packages/glib.scm
@@ -14,7 +14,7 @@
 ;;; Copyright © 2019, 2020, 2021 Marius Bakke <[email protected]>
 ;;; Copyright © 2020 Nicolò Balzarotti <[email protected]>
 ;;; Copyright © 2020 Florian Pelz <[email protected]>
-;;; Copyright © 2020 Jan (janneke) Nieuwenhuizen <[email protected]>
+;;; Copyright © 2020, 2023 Janneke Nieuwenhuizen <[email protected]>
 ;;; Copyright © 2020 Arthur Margerit <[email protected]>
 ;;; Copyright © 2021 Maxime Devos <[email protected]>
 ;;; Copyright © 2022 Petr Hodina <[email protected]>
@@ -241,6 +241,7 @@ information, refer to the @samp{dbus-daemon(1)} man 
page.")))
                "debug"))
     (arguments
      (list
+      #:tests? (not (target-hurd?))
       #:disallowed-references
       (cons tzdata-for-tests
             ;; Verify glib-mkenums, gtester, ... use the cross-compiled

Reply via email to