mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-16 19:57:39 -05:00
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)
|
("python-sphinx" ,python-sphinx)
|
||||||
;; For tests.
|
;; For tests.
|
||||||
("acl" ,acl)
|
("acl" ,acl)
|
||||||
("which" ,which)
|
|
||||||
("dmsetup" ,lvm2)
|
("dmsetup" ,lvm2)
|
||||||
;; The tests need 'grep' with perl regexp support.
|
("grep" ,grep) ; need Perl regexp support
|
||||||
("grep" ,grep)))
|
("libaio" ,libaio)
|
||||||
|
("liburing" ,liburing)
|
||||||
|
("util-linux" ,util-linux) ; for fallocate
|
||||||
|
("which" ,which)))
|
||||||
(home-page "https://btrfs.wiki.kernel.org/index.php/Main_Page")
|
(home-page "https://btrfs.wiki.kernel.org/index.php/Main_Page")
|
||||||
(synopsis "Create and manage btrfs copy-on-write file systems")
|
(synopsis "Create and manage btrfs copy-on-write file systems")
|
||||||
(description "Btrfs is a @dfn{copy-on-write} (CoW) file system for Linux
|
(description "Btrfs is a @dfn{copy-on-write} (CoW) file system for Linux
|
||||||
|
|
Loading…
Reference in a new issue