guix-commits
[Top][All Lists]
Advanced

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

61/84: gnu: parted: Disable tests for the Hurd.


From: guix-commits
Subject: 61/84: gnu: parted: Disable tests for the Hurd.
Date: Wed, 14 Jun 2023 06:24:00 -0400 (EDT)

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

commit bd1487f29e06dfc575b1f0e3bbc5f471e690ecf5
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]