mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-18 21:46:35 +01:00
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
This commit is contained in:
parent
7501c4dbdc
commit
3b90423640
1 changed files with 5 additions and 2 deletions
|
@ -2844,9 +2844,12 @@ (define byacc-boot0
|
|||
(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)))
|
||||
|
|
Loading…
Reference in a new issue