guix-commits
[Top][All Lists]
Advanced

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

12/52: gnu: hurd: Add coreutils to startup scripts.


From: guix-commits
Subject: 12/52: gnu: hurd: Add coreutils to startup scripts.
Date: Thu, 9 Apr 2020 13:29:04 -0400 (EDT)

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

commit 5a828c147350321ab2885bbe1d88bf51c8824303
Author: Jan (janneke) Nieuwenhuizen <address@hidden>
AuthorDate: Sun Apr 5 08:28:16 2020 +0200

    gnu: hurd: Add coreutils to startup scripts.
    
    * gnu/packages/hurd.scm (hurd): Add coreutils.
---
 gnu/packages/hurd.scm | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/gnu/packages/hurd.scm b/gnu/packages/hurd.scm
index f96d120..88070de 100644
--- a/gnu/packages/hurd.scm
+++ b/gnu/packages/hurd.scm
@@ -352,6 +352,7 @@ boot, since this cannot be done from GNU/Linux."
            (lambda* (#:key inputs outputs #:allow-other-keys)
              (let* ((out  (assoc-ref outputs "out"))
                     (bash (assoc-ref inputs "bash-minimal"))
+                    (coreutils (assoc-ref inputs "coreutils"))
                     (sed  (assoc-ref inputs "sed"))
                     (grep (assoc-ref inputs "grep"))
                     (util-linux (assoc-ref inputs "util-linux")))
@@ -371,6 +372,7 @@ boot, since this cannot be done from GNU/Linux."
                               "sutils/MAKEDEV.sh")
                  (("^PATH=.*")
                   (string-append "PATH=" out "/bin:"
+                                 coreutils "/bin:"
                                  sed "/bin:" grep "/bin\n"))
                  (("^SHELL=.*")
                   (string-append "SHELL=" bash "/bin/bash\n"))
@@ -428,6 +430,7 @@ fsysopts / --writable\n"))
 
        ;; Tools for the /libexec/* scripts.
        ("bash-minimal" ,bash-minimal)
+       ("coreutils" ,coreutils)
        ("sed" ,sed)
        ("grep" ,grep)))
     (native-inputs



reply via email to

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