guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/03: gnu: parted: Disable tests for the Hurd.


From: guix-commits
Subject: 01/03: gnu: parted: Disable tests for the Hurd.
Date: Sun, 11 Jun 2023 12:45:57 -0400 (EDT)

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

commit 25484ee7f7222dc53237b5b5b913084e3a9586a0
Author: Janneke Nieuwenhuizen <janneke@gnu.org>
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

[Prev in Thread] Current Thread [Next in Thread]