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
|
@ -3256,6 +3256,7 @@ and copy/paste text in the console and in xterm.")
|
||||||
(invoke "make"
|
(invoke "make"
|
||||||
(string-append "bindir=" staticbin)
|
(string-append "bindir=" staticbin)
|
||||||
"install-static")))))
|
"install-static")))))
|
||||||
|
#:tests? #f ; XXX: require the 'btrfs' kernel module.
|
||||||
#:test-target "test"
|
#:test-target "test"
|
||||||
#:parallel-tests? #f)) ; tests fail when run in parallel
|
#:parallel-tests? #f)) ; tests fail when run in parallel
|
||||||
(inputs `(("e2fsprogs" ,e2fsprogs)
|
(inputs `(("e2fsprogs" ,e2fsprogs)
|
||||||
|
|
Loading…
Reference in New Issue