guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

03/03: gnu: gawk-boot0: Inherit from gawk.


From: guix-commits
Subject: 03/03: gnu: gawk-boot0: Inherit from gawk.
Date: Sun, 20 Sep 2020 07:08:53 -0400 (EDT)

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

commit 3b49071fd1ee3e995900ea87fbabeea4d8cf86c6
Author: Ludovic Courtès <ludo@gnu.org>
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

[Prev in Thread] Current Thread [Next in Thread]