mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-27 21:49:34 -05:00
gnu: bcachefs-tools: Remove input labels.
* gnu/packages/file-systems.scm (bcachefs-tools)[inputs]: Remove input labels.
This commit is contained in:
parent
036a503942
commit
3657015d89
1 changed files with 14 additions and 15 deletions
|
@ -457,21 +457,20 @@ (define-public bcachefs-tools
|
||||||
python
|
python
|
||||||
python-docutils))
|
python-docutils))
|
||||||
(inputs
|
(inputs
|
||||||
`(("eudev" ,eudev)
|
(list eudev
|
||||||
("keyutils" ,keyutils)
|
keyutils
|
||||||
("libaio" ,libaio)
|
libaio
|
||||||
("libscrypt" ,libscrypt)
|
libscrypt
|
||||||
("libsodium" ,libsodium)
|
libsodium
|
||||||
("liburcu" ,liburcu)
|
liburcu
|
||||||
("util-linux:lib" ,util-linux "lib") ; lib{blkid,uuid}
|
`(,util-linux "lib")
|
||||||
("lz4" ,lz4)
|
lz4
|
||||||
("zlib" ,zlib)
|
zlib
|
||||||
("zstd:lib" ,zstd "lib")
|
`(,zstd "lib")
|
||||||
|
|
||||||
;; Only for mount.bcachefs.sh.
|
;; Only for mount.bcachefs.sh.
|
||||||
("coreutils" ,coreutils-minimal)
|
coreutils-minimal
|
||||||
("gawk" ,gawk)
|
gawk
|
||||||
("util-linux" ,util-linux)))
|
util-linux))
|
||||||
(home-page "https://bcachefs.org/")
|
(home-page "https://bcachefs.org/")
|
||||||
(synopsis "Tools to create and manage bcachefs file systems")
|
(synopsis "Tools to create and manage bcachefs file systems")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Reference in a new issue