[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
57/60: gnu: gawk-boot0: Remove pre-generated source file.
From: |
guix-commits |
Subject: |
57/60: gnu: gawk-boot0: Remove pre-generated source file. |
Date: |
Sun, 24 Nov 2024 02:50:18 -0500 (EST) |
efraim pushed a commit to branch wip-riscv-bootstrap
in repository guix.
commit 92562ac98f1d57aa1e11b3d4d8c4126535becc8d
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Mon Oct 21 16:50:50 2024 +0300
gnu: gawk-boot0: Remove pre-generated source file.
* gnu/packages/commencement.scm (gawk-boot0)[source]: Add snippet to
remove a pre-generated source file.
[native-inputs]: Add byacc-boot0.
Change-Id: Ieb3e859c1893b87e5767227e24541e45cf55afce
---
gnu/packages/commencement.scm | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/commencement.scm b/gnu/packages/commencement.scm
index 57c09b1b65..ff3a218680 100644
--- a/gnu/packages/commencement.scm
+++ b/gnu/packages/commencement.scm
@@ -2844,9 +2844,12 @@ exec " gcc "/bin/" program
(define gawk-boot0
(package
(inherit gawk)
- (source (bootstrap-origin (package-source gawk)))
+ (source (bootstrap-origin
+ (origin (inherit (package-source gawk))
+ (snippet
+ #~(begin (delete-file "awkgram.c"))))))
(name "gawk-boot0")
- (native-inputs '())
+ (native-inputs (list byacc-boot0))
(inputs
`(("make" ,gnu-make-boot0)
,@(%bootstrap-inputs+toolchain)))
- 58/60: gnu: ed: Update to 1.20.2., (continued)
- 58/60: gnu: ed: Update to 1.20.2., guix-commits, 2024/11/24
- 30/60: gnu: Add m4-boot., guix-commits, 2024/11/24
- 33/60: gnu: mpc-boot: Update and build package., guix-commits, 2024/11/24
- 35/60: gnu: gcc-mesboot1: Fix native-search-paths., guix-commits, 2024/11/24
- 40/60: gnu: Add gcc-muslboot., guix-commits, 2024/11/24
- 45/60: gnu: gawk-mesboot: Remove pre-generated source file., guix-commits, 2024/11/24
- 47/60: gnu: Add %boot-muslboot3-inputs., guix-commits, 2024/11/24
- 44/60: gnu: gawk-mesboot: Support building on riscv64-linux., guix-commits, 2024/11/24
- 50/60: gnu: %bootstrap-inputs+toolchain: Switch riscv64-linux to full bootstrap., guix-commits, 2024/11/24
- 51/60: gnu: gnu-make-boot0: Adjust configure-flags on riscv64-linux., guix-commits, 2024/11/24
- 57/60: gnu: gawk-boot0: Remove pre-generated source file.,
guix-commits <=
- 59/60: gnu: glibc-headers-mesboot: Remove unused C macro., guix-commits, 2024/11/24
- 60/60: gnu: binutils-mesboot: Update to 2.30., guix-commits, 2024/11/24