guix-commits
[Top][All Lists]
Advanced

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

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


From: guix-commits
Subject: 61/92: gnu: parted: Disable tests for the Hurd.
Date: Fri, 23 Jun 2023 12:45:44 -0400 (EDT)

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

commit f67fe58f4762a63146926daeb3f94c7fdb4fdd37
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 466070248d..c26fcacf7c 100644
--- a/gnu/packages/disk.scm
+++ b/gnu/packages/disk.scm
@@ -256,6 +256,7 @@ tmpfs/ramfs filesystems.")
       #:configure-flags (if (target-hurd?)
                             #~'("--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]