guix-commits
[Top][All Lists]
Advanced

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

06/09: gnu: chez-sheme: Move util-linux to inputs.


From: guix-commits
Subject: 06/09: gnu: chez-sheme: Move util-linux to inputs.
Date: Tue, 14 Jan 2020 17:52:26 -0500 (EST)

mbakke pushed a commit to branch master
in repository guix.

commit bc5ce79faf209a2a135de87ad16457becae883d9
Author: Marius Bakke <address@hidden>
AuthorDate: Tue Jan 14 22:39:44 2020 +0100

    gnu: chez-sheme: Move util-linux to inputs.
    
    * gnu/packages/chez.scm (chez-scheme)[native-inputs]: Move UTIL-LINUX ...
    [inputs]: ... here.  Rename assoc key to "libuuid" for clarity.
---
 gnu/packages/chez.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/chez.scm b/gnu/packages/chez.scm
index 2b9868f..3330f91 100644
--- a/gnu/packages/chez.scm
+++ b/gnu/packages/chez.scm
@@ -77,6 +77,7 @@
     (build-system gnu-build-system)
     (inputs
      `(("ncurses" ,ncurses)
+       ("libuuid" ,util-linux)
        ("libx11" ,libx11)
        ("xorg-rgb" ,xorg-rgb)
        ("nanopass" ,nanopass)
@@ -87,8 +88,7 @@
      `(("texlive" ,(texlive-union (list texlive-latex-oberdiek
                                         texlive-generic-epsf)))
        ("ghostscript" ,ghostscript)
-       ("netpbm" ,netpbm)
-       ("util-linux" ,util-linux)))
+       ("netpbm" ,netpbm)))
     (native-search-paths
      (list (search-path-specification
             (variable "CHEZSCHEMELIBDIRS")



reply via email to

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