mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 22:26:40 -05:00
gnu: xfsprogs: Move util-linux to inputs.
* gnu/packages/linux.scm (xfsprogs)[native-inputs]: Move UTIL-LINUX ... [inputs]: ... here. Rename key to "libuuid" for clarity.
This commit is contained in:
parent
1385e86c25
commit
c148d2ebd4
1 changed files with 3 additions and 3 deletions
|
@ -5974,10 +5974,10 @@ (define-public xfsprogs
|
|||
(lambda _
|
||||
(invoke "make" "install-dev"))))))
|
||||
(native-inputs
|
||||
`(("gettext" ,gettext-minimal)
|
||||
("util-linux" ,util-linux)))
|
||||
`(("gettext" ,gettext-minimal)))
|
||||
(inputs
|
||||
`(("python" ,python-wrapper)))
|
||||
`(("libuuid" ,util-linux)
|
||||
("python" ,python-wrapper)))
|
||||
(home-page "https://xfs.wiki.kernel.org/")
|
||||
(synopsis "XFS file system tools")
|
||||
(description "This package provides commands to create and check XFS
|
||||
|
|
Loading…
Reference in a new issue