mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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.
This commit is contained in:
parent
c148d2ebd4
commit
7c8c81cc84
1 changed files with 1 additions and 1 deletions
|
@ -582,12 +582,12 @@ automatically finding out which program to use for what file type.")
|
|||
(build-system gnu-build-system)
|
||||
(native-inputs
|
||||
`(("pkg-config" ,pkg-config)
|
||||
("util-linux" ,util-linux)
|
||||
("swig" ,swig)
|
||||
("python" ,python-3))) ; used to generate the Python bindings
|
||||
(inputs
|
||||
`(("cryptsetup" ,cryptsetup)
|
||||
("nss" ,nss)
|
||||
("libblkid" ,util-linux)
|
||||
("lvm2" ,lvm2) ; for "-ldevmapper"
|
||||
("glib" ,glib)
|
||||
("gpgme" ,gpgme)))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue