1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-21 16:45:58 +02: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:
Ludovic Courtès
2020-09-20 13:07:55 +02:00
parent 32e5ffaa78
commit 3b49071fd1
+1 -1
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 '())