guix-commits
[Top][All Lists]
Advanced

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

02/22: system: hurd: Add guix.


From: guix-commits
Subject: 02/22: system: hurd: Add guix.
Date: Mon, 13 Apr 2020 09:20:45 -0400 (EDT)

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

commit 26918e5235d78b48bad9e3177016df7c8a969746
Author: Jan (janneke) Nieuwenhuizen <address@hidden>
AuthorDate: Tue Apr 7 08:03:03 2020 +0200

    system: hurd: Add guix.
    
    * gnu/system/hurd.scm (%base-packages/hurd): Add guix.
    :
---
 gnu/system/hurd.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/system/hurd.scm b/gnu/system/hurd.scm
index 6925cbd..28a88c1 100644
--- a/gnu/system/hurd.scm
+++ b/gnu/system/hurd.scm
@@ -30,6 +30,7 @@
   #:use-module (gnu packages guile)
   #:use-module (gnu packages guile-xyz)
   #:use-module (gnu packages hurd)
+  #:use-module (gnu packages package-management)
   #:use-module (gnu system vm)
   #:export (cross-hurd-image))
 
@@ -52,7 +53,7 @@
 
 (define %base-packages/hurd
   (list hurd bash coreutils file findutils grep sed
-        guile-3.0 guile-colorized guile-readline
+        guile-3.0 guile-colorized guile-readline guix
         net-base inetutils))
 
 (define* (cross-hurd-image #:key (hurd hurd) (gnumach gnumach))



reply via email to

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