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

commit 7a175487bb1847af7a1f5b97ea59a697586514bb
Author: Janneke Nieuwenhuizen <[email protected]>
AuthorDate: Sat Jun 10 10:08:42 2023 +0200

    gnu: parted: Disable tests for the Hurd.
    
    * gnu/packages/disk.scm (parted)[argument]: Set #:tests? to #false when
    building for the Hurd.
---
 gnu/packages/disk.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gnu/packages/disk.scm b/gnu/packages/disk.scm
index 0d84974ef5..893d0d450c 100644
--- a/gnu/packages/disk.scm
+++ b/gnu/packages/disk.scm
@@ -254,6 +254,7 @@ tmpfs/ramfs filesystems.")
       #:configure-flags (if (hurd-target?)
                             #~'("--disable-device-mapper")
                             #~'())
+      #:tests? (not (target-hurd?))
       #:phases
       #~(modify-phases %standard-phases
           (add-after 'unpack 'fix-locales-and-python

Reply via email to