gnu: btrfs-progs: Fix tests.
* gnu/packages/linux.scm (btrfs-progs)[native-inputs]: Add libaio, liburing, and util-linux.
This commit is contained in:
parent
f89822cd25
commit
ffbe69c4c3
1 changed files with 5 additions and 3 deletions
|
@ -5632,10 +5632,12 @@ (define-public btrfs-progs
|
|||
("python-sphinx" ,python-sphinx)
|
||||
;; For tests.
|
||||
("acl" ,acl)
|
||||
("which" ,which)
|
||||
("dmsetup" ,lvm2)
|
||||
;; The tests need 'grep' with perl regexp support.
|
||||
("grep" ,grep)))
|
||||
("grep" ,grep) ; need Perl regexp support
|
||||
("libaio" ,libaio)
|
||||
("liburing" ,liburing)
|
||||
("util-linux" ,util-linux) ; for fallocate
|
||||
("which" ,which)))
|
||||
(home-page "https://btrfs.wiki.kernel.org/index.php/Main_Page")
|
||||
(synopsis "Create and manage btrfs copy-on-write file systems")
|
||||
(description "Btrfs is a @dfn{copy-on-write} (CoW) file system for Linux
|
||||
|
|
Loading…
Reference in a new issue