[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/70: gnu: Add gash-core-utils.
From: |
guix-commits |
Subject: |
02/70: gnu: Add gash-core-utils. |
Date: |
Wed, 11 Dec 2019 13:03:17 -0500 (EST) |
janneke pushed a commit to branch wip-bootstrap
in repository guix.
commit 2c49557cdd457f43920aaab94c74d6f1f7becdbc
Author: Jan Nieuwenhuizen <address@hidden>
Date: Sun Sep 15 13:21:31 2019 +0200
gnu: Add gash-core-utils.
* gnu/packages/shells.scm (gash-core-utils): New variable.
---
gnu/packages/shells.scm | 34 ++++++++++++++++++++++++++++++++++
1 file changed, 34 insertions(+)
diff --git a/gnu/packages/shells.scm b/gnu/packages/shells.scm
index 1fd138f..0adecd0 100644
--- a/gnu/packages/shells.scm
+++ b/gnu/packages/shells.scm
@@ -12,6 +12,7 @@
;;; Copyright © 2019 Meiyo Peng <address@hidden>
;;; Copyright © 2019 Timothy Sample <address@hidden>
;;; Copyright © 2019 Mathieu Othacehe <address@hidden>
+;;; Copyright © 2019 Jan (janneke) Nieuwenhuizen <address@hidden>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -834,3 +835,36 @@ Scheme. It provides both the shell interface, as well as
a Guile
library for parsing shell scripts. Gash is designed to bootstrap Bash
as part of the Guix bootstrap process.")
(license gpl3+)))
+
+(define-public gash-core-utils
+ (package
+ (name "gash-core-utils")
+ (version "0.0.211-789c3")
+ (source (origin
+ (method url-fetch)
+ (uri (string-append "http://lilypond.org/janneke/guix/20191123/"
+ "/gash-core-utils-" version ".tar.gz"))
+ (sha256
+ (base32
+ "1ycf0ivyn9q3lc9hwq8vxg6wkwpsykvh48a5lrzsmganh0ma8wrr"))))
+ (build-system gnu-build-system)
+ (native-inputs
+ `(("autoconf" ,autoconf)
+ ("automake" ,automake)
+ ("pkg-config" ,pkg-config)))
+ (inputs
+ `(("guile" ,guile-2.2)
+ ("gash" ,gash)))
+ (arguments
+ `(#:phases
+ (modify-phases %standard-phases
+ (add-after 'unpack 'patch-test
+ (lambda _
+ (substitute* "tests/core-utils.org"
+ (("ls \\(GASH\\) UNKNOWN") "ls (GASH) 0.0.211-789c3"))
+ #t)))))
+ (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 2f7b115), guix-commits, 2019/12/11
- 01/70: gnu: mes: Update to 0.21., guix-commits, 2019/12/11
- 04/70: guile-build-system: Add #:implicit-inputs., guix-commits, 2019/12/11
- 05/70: bootstrap: mescc-tools-static: Update to 0.6.1., guix-commits, 2019/12/11
- 08/70: bootstrap: bootstrap-mescc-tools: Update to mescc-tools-0.6.1., guix-commits, 2019/12/11
- 07/70: gnu: Remove mescc-tools-0.5.2., guix-commits, 2019/12/11
- 02/70: gnu: Add gash-core-utils.,
guix-commits <=
- 03/70: bootstrap: Add janneke's guix package url., guix-commits, 2019/12/11
- 09/70: bootstrap: bootstrap-mes: Update to mes-0.21., guix-commits, 2019/12/11
- 10/70: Revert "bootstrap: bootstrap-mes: Update to mes-0.21.", guix-commits, 2019/12/11
- 11/70: Revert "bootstrap: bootstrap-mescc-tools: Update to mescc-tools-0.6.1.", guix-commits, 2019/12/11
- 15/70: bootstrap: Add %bootstrap-guile+guild., guix-commits, 2019/12/11
- 12/70: Revert "gnu: Remove mescc-tools-0.5.2.", guix-commits, 2019/12/11
- 06/70: bootstrap: mes-minimal: Update to mes-0.21., guix-commits, 2019/12/11
- 13/70: Revert "bootstrap: mescc-tools-static: Update to 0.6.1.", guix-commits, 2019/12/11
- 14/70: Revert "bootstrap: mes-minimal: Update to mes-0.21.", guix-commits, 2019/12/11
- 18/70: bootstrap: Add %bootstrap-mes-rewired., guix-commits, 2019/12/11