me
/
guix
Archived
1
0
Fork 0

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.
master
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
1 changed files with 1 additions and 1 deletions

View File

@ -2635,7 +2635,7 @@ exec " gcc "/bin/" program
(define gawk-boot0
(package
(inherit patch)
(inherit gawk)
(source (bootstrap-origin (package-source gawk)))
(name "gawk-boot0")
(native-inputs '())