guix-commits
[Top][All Lists]
Advanced

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

04/09: gnu: xfsprogs: Move util-linux to inputs.


From: guix-commits
Subject: 04/09: gnu: xfsprogs: 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 c148d2ebd45cdf11da31328265bd2e14dcd5f91a
Author: Marius Bakke <address@hidden>
AuthorDate: Tue Jan 14 22:37:42 2020 +0100

    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.
---
 gnu/packages/linux.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 5535ddf..bb1f20c 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -5974,10 +5974,10 @@ IP addresses and routes, and configure IPsec.")
            (lambda _
              (invoke "make" "install-dev"))))))
     (native-inputs
-     `(("gettext" ,gettext-minimal)
-       ("util-linux" ,util-linux)))
+     `(("gettext" ,gettext-minimal)))
     (inputs
-     `(("python" ,python-wrapper)))
+     `(("libuuid" ,util-linux)
+       ("python" ,python-wrapper)))
     (home-page "https://xfs.wiki.kernel.org/";)
     (synopsis "XFS file system tools")
     (description "This package provides commands to create and check XFS



reply via email to

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