guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

05/09: gnu: volume-key: Move util-linux to inputs.


From: guix-commits
Subject: 05/09: gnu: volume-key: Move util-linux to inputs.
Date: Tue, 14 Jan 2020 17:52:25 -0500 (EST)

mbakke pushed a commit to branch master
in repository guix.

commit 7c8c81cc84b7b4980ea90c84dda907d563043593
Author: Marius Bakke <address@hidden>
AuthorDate: Tue Jan 14 22:39:03 2020 +0100

    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.
---
 gnu/packages/disk.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/disk.scm b/gnu/packages/disk.scm
index d2e1afd..8a17e8d 100644
--- a/gnu/packages/disk.scm
+++ b/gnu/packages/disk.scm
@@ -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)))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]