[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
41/70: bootstrap: Add gawk-mesboot.
From: |
guix-commits |
Subject: |
41/70: bootstrap: Add gawk-mesboot. |
Date: |
Wed, 11 Dec 2019 13:03:24 -0500 (EST) |
janneke pushed a commit to branch wip-bootstrap
in repository guix.
commit 6d497f808607fb90458b4c06b6d955e966aabccd
Author: Jan Nieuwenhuizen <address@hidden>
Date: Fri Nov 22 20:56:32 2019 +0100
bootstrap: 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 dbb4e1b..920fedb 100644
--- a/gnu/packages/commencement.scm
+++ b/gnu/packages/commencement.scm
@@ -1895,6 +1895,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 (bootstrap-origin
+ (origin
+ (method url-fetch)
+ (uri (string-append "mirror://gnu/gawk/gawk-"
+ version ".tar.gz"))
+ (sha256
+ (base32
+ "03d5y7jabq7p2s7ys9alay9446mm7i5g2wvy8nlicardgb6b6ii1")))))
+ (native-inputs (%boot-mesboot0-inputs))
+ (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)
- 59/70: bootstrap: Add gawk-boot0., (continued)
- 59/70: bootstrap: Add gawk-boot0., guix-commits, 2019/12/11
- 66/70: bootstrap: Add tar-boot0., guix-commits, 2019/12/11
- 69/70: bootstrap: coreutils-final: Inherit from coreutils-minimal., guix-commits, 2019/12/11
- 62/70: gnu: Add ed-1.4., guix-commits, 2019/12/11
- 68/70: bootstrap: Add coreutils-boot0., guix-commits, 2019/12/11
- 67/70: bootstrap: Typo., guix-commits, 2019/12/11
- 35/70: bootstrap: gcc-mesboot0: Use Gash instead of coretutils&co., guix-commits, 2019/12/11
- 49/70: bootstrap: binutils-mesboot: Use Gash instead of coreutils&co., guix-commits, 2019/12/11
- 34/70: bootstrap: glibc-mesboot0: Use Gash instead of coretutils&co., guix-commits, 2019/12/11
- 39/70: bootstrap: Add coreutils-mesboot0., guix-commits, 2019/12/11
- 41/70: bootstrap: Add gawk-mesboot.,
guix-commits <=
- 46/70: bootstrap: Add gcc-mesboot1: Use Gash instead of coreutils&co., guix-commits, 2019/12/11
- 52/70: bootstrap: glibc-mesboot: Use Gash instead of coreutils&co., guix-commits, 2019/12/11
- 56/70: bootstrap: Add coreutils-mesboot., guix-commits, 2019/12/11
- 64/70: bootstrap: Add patch-boot0., guix-commits, 2019/12/11
- 32/70: bootstrap: Add gawk-mesboot0., guix-commits, 2019/12/11
- 63/70: bootstrap: Add ed-boot0., guix-commits, 2019/12/11
- 60/70: bootstrap: Add sed-boot0., guix-commits, 2019/12/11
- 43/70: bootstrap: Add gcc-core-mesboot1., guix-commits, 2019/12/11
- 70/70: bootstrap: patch-boot0: Remove ed dependency., guix-commits, 2019/12/11