gnu: btrfs-progs: Fix tests.

* gnu/packages/linux.scm (btrfs-progs)[native-inputs]: Add libaio,
liburing, and util-linux.
This commit is contained in:
Tobias Geerinckx-Rice 2022-06-12 02:00:00 +02:00
parent f89822cd25
commit ffbe69c4c3
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

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