me
/
guix
Archived
1
0
Fork 0

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
Marius Bakke 2020-01-14 22:39:03 +01:00
parent c148d2ebd4
commit 7c8c81cc84
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 1 additions and 1 deletions

View File

@ -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)))