me
/
guix
Archived
1
0
Fork 0

gnu: btrfs-progs: Fix tests.

* gnu/packages/linux.scm (btrfs-progs)[native-inputs]: Add libaio,
liburing, and util-linux.
master
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
1 changed files with 5 additions and 3 deletions

View File

@ -5632,10 +5632,12 @@ and copy/paste text in the console and in xterm.")
("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