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:
Ludovic Courtès 2020-09-20 13:07:55 +02:00
parent 32e5ffaa78
commit 3b49071fd1
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -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 '())