mirror of
git://git.savannah.gnu.org/guix.git
synced 2023-12-14 03:33:07 +01:00
gnu: btrfs-progs: Fix build by disabling tests.
* gnu/packages/linux.scm (btrfs-progs)[#:arguments]: Add '#:tests? #f'.
This commit is contained in:
parent
927846b3ab
commit
d6fb0985a6
1 changed files with 1 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue