[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
04/35: bootstrap: Add gash-core-utils-boot.
From: |
guix-commits |
Subject: |
04/35: bootstrap: Add gash-core-utils-boot. |
Date: |
Wed, 20 Nov 2019 15:19:36 -0500 (EST) |
janneke pushed a commit to branch wip-bootstrap
in repository guix.
commit afca409fe4b96b7dc8f2d3b3fddf9a79f3291352
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 3b7a924..3ea0792 100644
--- a/gnu/packages/shells.scm
+++ b/gnu/packages/shells.scm
@@ -901,3 +901,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+)))
- branch wip-bootstrap created (now e560af2), guix-commits, 2019/11/20
- 03/35: bootstrap: Add gash-boot., guix-commits, 2019/11/20
- 05/35: bootstrap: Add %gash-bootstrap-guile, %gash-bootstrap-tarball., guix-commits, 2019/11/20
- 06/35: bootstrap: Add %bootstrap-gash. WIP, guix-commits, 2019/11/20
- 16/35: bootstrap: bootstrap-mes: Update for mes-0.21. WIP, guix-commits, 2019/11/20
- 15/35: bootstrap: bootstrap-mes: Update for mes-0.20., guix-commits, 2019/11/20
- 02/35: gnu: Add gash-core-utils., guix-commits, 2019/11/20
- 04/35: bootstrap: Add gash-core-utils-boot.,
guix-commits <=
- 01/35: gnu: Add ncompress., guix-commits, 2019/11/20
- 07/35: gnu: nyacc: Update to 0.99.0., guix-commits, 2019/11/20
- 09/35: gnu: mes: Update to 0.20., guix-commits, 2019/11/20
- 11/35: mes: 0.21, guix-commits, 2019/11/20
- 12/35: bootstrap: mescc-tools-static: Update for mescc-tools-0.6.1., guix-commits, 2019/11/20
- 13/35: bootstrap: mes-minimal: Update for mes-0.20., guix-commits, 2019/11/20
- 19/35: bootstrap: nyacc-boot. WIP, guix-commits, 2019/11/20
- 08/35: gnu: mescc-tools: Update to 0.6.1., guix-commits, 2019/11/20
- 10/35: gnu: mes: Update to 0.21 WIP, guix-commits, 2019/11/20
- 14/35: bootstrap: bootstrap-mescc-tools: Update for mescc-tools-0.6.1., guix-commits, 2019/11/20