guix-commits
[Top][All Lists]
Advanced

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

13/62: gnu: hurd: Add util-linux to startup scripts.


From: guix-commits
Subject: 13/62: gnu: hurd: Add util-linux to startup scripts.
Date: Sat, 11 Apr 2020 11:35:45 -0400 (EDT)

janneke pushed a commit to branch wip-hurd-vm
in repository guix.

commit e7672dbf415041d23df752ebe0200761629879f2
Author: Jan (janneke) Nieuwenhuizen <address@hidden>
AuthorDate: Sun Apr 5 08:32:39 2020 +0200

    gnu: hurd: Add util-linux to startup scripts.
    
    * gnu/packages/hurd.scm (hurd): Add util-linux.
---
 gnu/packages/hurd.scm | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/hurd.scm b/gnu/packages/hurd.scm
index 88070de..ea2532c 100644
--- a/gnu/packages/hurd.scm
+++ b/gnu/packages/hurd.scm
@@ -32,6 +32,7 @@
   #:use-module (gnu packages autotools)
   #:use-module (gnu packages flex)
   #:use-module (gnu packages bison)
+  #:use-module (gnu packages linux)
   #:use-module (gnu packages perl)
   #:use-module (gnu packages base)
   #:use-module (gnu packages bash)
@@ -373,7 +374,8 @@ boot, since this cannot be done from GNU/Linux."
                  (("^PATH=.*")
                   (string-append "PATH=" out "/bin:"
                                  coreutils "/bin:"
-                                 sed "/bin:" grep "/bin\n"))
+                                 sed "/bin:" grep "/bin:"
+                                 util-linux "/bin\n"))
                  (("^SHELL=.*")
                   (string-append "SHELL=" bash "/bin/bash\n"))
                  (("/sbin/") (string-append out "/sbin/"))
@@ -432,7 +434,8 @@ fsysopts / --writable\n"))
        ("bash-minimal" ,bash-minimal)
        ("coreutils" ,coreutils)
        ("sed" ,sed)
-       ("grep" ,grep)))
+       ("grep" ,grep)
+       ("util-linux" ,util-linux)))
     (native-inputs
      `(("autoconf" ,autoconf)
        ("automake" ,automake)



reply via email to

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