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.master
parent
1385e86c25
commit
c148d2ebd4
|
@ -5974,10 +5974,10 @@ IP addresses and routes, and configure IPsec.")
|
||||||
(lambda _
|
(lambda _
|
||||||
(invoke "make" "install-dev"))))))
|
(invoke "make" "install-dev"))))))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("gettext" ,gettext-minimal)
|
`(("gettext" ,gettext-minimal)))
|
||||||
("util-linux" ,util-linux)))
|
|
||||||
(inputs
|
(inputs
|
||||||
`(("python" ,python-wrapper)))
|
`(("libuuid" ,util-linux)
|
||||||
|
("python" ,python-wrapper)))
|
||||||
(home-page "https://xfs.wiki.kernel.org/")
|
(home-page "https://xfs.wiki.kernel.org/")
|
||||||
(synopsis "XFS file system tools")
|
(synopsis "XFS file system tools")
|
||||||
(description "This package provides commands to create and check XFS
|
(description "This package provides commands to create and check XFS
|
||||||
|
|
Reference in New Issue