guix-commits
[Top][All Lists]
Advanced

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

10/63: bootstrap: Add gash-core-utils-boot.


From: guix-commits
Subject: 10/63: bootstrap: Add gash-core-utils-boot.
Date: Sun, 24 Nov 2019 05:52:28 -0500 (EST)

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

commit 41b8ef51f830b5cf82bad9a148e882690c4dc5ea
Author: Jan Nieuwenhuizen <address@hidden>
Date:   Sun Sep 22 15:27:59 2019 +0200

    bootstrap: Add gash-core-utils-boot.
    
    * gnu/packages/shells.scm (gash-core-utils-boot): New variable.
---
 gnu/packages/shells.scm | 13 +++++++++++++
 1 file changed, 13 insertions(+)

diff --git a/gnu/packages/shells.scm b/gnu/packages/shells.scm
index ed922a5..6bf9259 100644
--- a/gnu/packages/shells.scm
+++ b/gnu/packages/shells.scm
@@ -910,3 +910,16 @@ as part of the Guix bootstrap process.")
       (description "Gash Core Utils provides core GNU utilities in Guile
 Scheme as bootstrappable replacement for GNU coreutils&co.")
       (license gpl3+))))
+
+(define-public gash-core-utils-boot
+  (package
+    (inherit gash-core-utils)
+    (name "gash-core-utils-boot")
+    (inputs
+     `(("guile" ,guile-2.0)
+       ("gash" ,gash-boot)))
+    (home-page "https://gitlab.com/janneke/gash-core-utils";)
+    (synopsis "Bootstrappable replacement of core GNU utilities in Guile 
Scheme")
+    (description "Gash Core Utils provides core GNU utilities in Guile
+Scheme as bootstrappable replacement for GNU coreutils&co.")
+    (license gpl3+)))



reply via email to

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