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

* gnu/packages/linux.scm (btrfs-progs)[#:arguments]: Add '#:tests? #f'.
This commit is contained in:
宋文武 2018-06-09 17:17:09 +08:00
parent 927846b3ab
commit d6fb0985a6
No known key found for this signature in database
GPG Key ID: 26525665AE727D37
1 changed files with 1 additions and 0 deletions

View File

@ -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)