mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: gawk-boot0: Inherit from gawk.
Until now the version number would be wrong. * gnu/packages/commencement.scm (gawk-boot0): Inherit from GAWK, not PATCH.
This commit is contained in:
parent
32e5ffaa78
commit
3b49071fd1
1 changed files with 1 additions and 1 deletions
|
@ -2635,7 +2635,7 @@ (define file-boot0
|
|||
|
||||
(define gawk-boot0
|
||||
(package
|
||||
(inherit patch)
|
||||
(inherit gawk)
|
||||
(source (bootstrap-origin (package-source gawk)))
|
||||
(name "gawk-boot0")
|
||||
(native-inputs '())
|
||||
|
|
Loading…
Reference in a new issue