[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
28/64: gnu: commencement: Add gawk-mesboot.
From: |
guix-commits |
Subject: |
28/64: gnu: commencement: Add gawk-mesboot. |
Date: |
Tue, 18 Feb 2020 01:18:07 -0500 (EST) |
janneke pushed a commit to branch core-updates
in repository guix.
commit 53d5cb253b9c220a5798053fd78812b715853620
Author: Jan Nieuwenhuizen <address@hidden>
AuthorDate: Fri Nov 22 20:56:32 2019 +0100
gnu: commencement: Add gawk-mesboot.
* gnu/packages/commencement.scm (gawk-mesboot): New variable.
---
gnu/packages/commencement.scm | 36 ++++++++++++++++++++++++++++++++++++
1 file changed, 36 insertions(+)
diff --git a/gnu/packages/commencement.scm b/gnu/packages/commencement.scm
index f7ab3e7..e03ec2d 100644
--- a/gnu/packages/commencement.scm
+++ b/gnu/packages/commencement.scm
@@ -1821,6 +1821,42 @@ ac_cv_c_float_format='IEEE (little-endian)'
(install-file "make" bin)
#t))))))))
+(define gawk-mesboot
+ (package
+ (inherit gawk)
+ (name "gawk-mesboot")
+ (version "3.1.8")
+ (source (origin
+ (method url-fetch)
+ (uri (string-append "mirror://gnu/gawk/gawk-"
+ version ".tar.gz"))
+ (sha256
+ (base32
+ "03d5y7jabq7p2s7ys9alay9446mm7i5g2wvy8nlicardgb6b6ii1"))))
+ (native-inputs `(,@(%boot-mesboot0-inputs)
+ ("mesboot-headers" ,mesboot-headers)))
+ (supported-systems '("i686-linux" "x86_64-linux"))
+ (inputs '())
+ (propagated-inputs '())
+ (arguments
+ `(#:implicit-inputs? #f
+ #:parallel-build? #f
+ #:guile ,%bootstrap-guile
+ #:configure-flags '("ac_cv_func_connect=no")
+ #:make-flags '("gawk")
+ #:phases
+ (modify-phases %standard-phases
+ (replace 'check
+ (lambda _
+ (invoke "./gawk" "--version")))
+ (replace 'install
+ (lambda* (#:key outputs #:allow-other-keys)
+ (let* ((out (assoc-ref outputs "out"))
+ (bin (string-append out "/bin")))
+ (install-file "gawk" bin)
+ (symlink "gawk" (string-append bin "/awk"))
+ #t))))))))
+
(define binutils-mesboot
(package
(inherit binutils-mesboot0)
- 13/64: gnu: commencement: tcc-boot: Use Gash instead of coretutils&co., (continued)
- 13/64: gnu: commencement: tcc-boot: Use Gash instead of coretutils&co., guix-commits, 2020/02/18
- 15/64: gnu: commencement: Add patch-mesboot., guix-commits, 2020/02/18
- 22/64: gnu: commencement: gcc-mesboot0: Use Gash instead of coretutils&co., guix-commits, 2020/02/18
- 17/64: gnu: commencement: binutils-mesboot0: Use Gash instead of coretutils&co., guix-commits, 2020/02/18
- 19/64: gnu: commencement: Add gawk-mesboot0., guix-commits, 2020/02/18
- 23/64: gnu: commencement: Add tar-mesboot., guix-commits, 2020/02/18
- 16/64: gnu: commencement: Add sed-mesboot0., guix-commits, 2020/02/18
- 20/64: gnu: commencement: mesboot-headers: Use Gash instead of coretutils&co., guix-commits, 2020/02/18
- 18/64: gnu: commencement: gcc-core-mesboot0: Use Gash instead of coretutils&co., guix-commits, 2020/02/18
- 21/64: gnu: commencement: glibc-mesboot0: Use Gash instead of coretutils&co., guix-commits, 2020/02/18
- 28/64: gnu: commencement: Add gawk-mesboot.,
guix-commits <=
- 24/64: gnu: commencement: Add grep-mesboot., guix-commits, 2020/02/18
- 25/64: gnu: commencement: Add binutils-mesboot1., guix-commits, 2020/02/18
- 27/64: gnu: commencement: Add make-mesboot., guix-commits, 2020/02/18
- 31/64: gnu: commencement: Add bash-mesboot., guix-commits, 2020/02/18
- 32/64: gnu: commencement: Add gcc-mesboot1: Use Gash instead of coreutils&co., guix-commits, 2020/02/18
- 30/64: gnu: commencement: Add gcc-core-mesboot1., guix-commits, 2020/02/18
- 35/64: gnu: commencement: binutils-mesboot: Use Gash instead of coreutils&co., guix-commits, 2020/02/18
- 26/64: gnu: commencement: Add coreutils-mesboot0., guix-commits, 2020/02/18
- 29/64: gnu: commencement: Add sed-mesboot., guix-commits, 2020/02/18
- 33/64: gnu: commencement: Add xz-mesboot., guix-commits, 2020/02/18