gnu: volume-key: Move util-linux to inputs.
* gnu/packages/disk.scm (volume-key)[native-inputs]: Move UTIL-LINUX ... [inputs]: ... here. Rename assoc key to "libblkid" for clarity.master
parent
c148d2ebd4
commit
7c8c81cc84
|
@ -582,12 +582,12 @@ automatically finding out which program to use for what file type.")
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("pkg-config" ,pkg-config)
|
`(("pkg-config" ,pkg-config)
|
||||||
("util-linux" ,util-linux)
|
|
||||||
("swig" ,swig)
|
("swig" ,swig)
|
||||||
("python" ,python-3))) ; used to generate the Python bindings
|
("python" ,python-3))) ; used to generate the Python bindings
|
||||||
(inputs
|
(inputs
|
||||||
`(("cryptsetup" ,cryptsetup)
|
`(("cryptsetup" ,cryptsetup)
|
||||||
("nss" ,nss)
|
("nss" ,nss)
|
||||||
|
("libblkid" ,util-linux)
|
||||||
("lvm2" ,lvm2) ; for "-ldevmapper"
|
("lvm2" ,lvm2) ; for "-ldevmapper"
|
||||||
("glib" ,glib)
|
("glib" ,glib)
|
||||||
("gpgme" ,gpgme)))
|
("gpgme" ,gpgme)))
|
||||||
|
|
Reference in New Issue