guix-commits
[Top][All Lists]
Advanced

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

02/02: gnu: btrfs-progs: Fix build by disabling tests.


From: ???
Subject: 02/02: gnu: btrfs-progs: Fix build by disabling tests.
Date: Sat, 9 Jun 2018 05:19:45 -0400 (EDT)

iyzsong pushed a commit to branch master
in repository guix.

commit d6fb0985a611a6549b45cc58461a8dc52c8b9f3e
Author: 宋文武 <address@hidden>
Date:   Sat Jun 9 17:17:09 2018 +0800

    gnu: btrfs-progs: Fix build by disabling tests.
    
    * gnu/packages/linux.scm (btrfs-progs)[#:arguments]: Add '#:tests? #f'.
---
 gnu/packages/linux.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index ccbc95b..4180132 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -3256,6 +3256,7 @@ and copy/paste text in the console and in xterm.")
                        (invoke "make"
                                (string-append "bindir=" staticbin)
                                "install-static")))))
+       #:tests? #f            ; XXX: require the 'btrfs' kernel module.
        #:test-target "test"
        #:parallel-tests? #f)) ; tests fail when run in parallel
     (inputs `(("e2fsprogs" ,e2fsprogs)



reply via email to

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