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
parent
32e5ffaa78
commit
3b49071fd1
|
@ -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 '())
|
||||
|
|
Reference in New Issue