civodul pushed a commit to branch core-updates
in repository guix.

commit 3b49071fd1ee3e995900ea87fbabeea4d8cf86c6
Author: Ludovic Courtès <[email protected]>
AuthorDate: Sun Sep 20 13:07:55 2020 +0200

    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.
---
 gnu/packages/commencement.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/commencement.scm b/gnu/packages/commencement.scm
index 6153f87..e5a4caa 100644
--- a/gnu/packages/commencement.scm
+++ b/gnu/packages/commencement.scm
@@ -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 '())

Reply via email to