guix-commits
[Top][All Lists]
Advanced

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

05/05: gnu: gcc-mesboot-wrapper: Fix 'version' field.


From: guix-commits
Subject: 05/05: gnu: gcc-mesboot-wrapper: Fix 'version' field.
Date: Mon, 17 Jun 2019 11:16:49 -0400 (EDT)

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

commit 20e4ee1e3b7044d9f64de02c6237b00e5a57da35
Author: Ludovic Courtès <address@hidden>
Date:   Mon Jun 17 17:14:46 2019 +0200

    gnu: gcc-mesboot-wrapper: Fix 'version' field.
    
    Until now the 'version' field would match
    'gcc-mesboot1-wrapper' ("4.7.4") instead of that of
    'gcc-mesboot' ("4.9.4").
    
    * gnu/packages/commencement.scm (gcc-mesboot-wrapper)[version]: New
    field.
---
 gnu/packages/commencement.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gnu/packages/commencement.scm b/gnu/packages/commencement.scm
index 9a5f6b0..08a3489 100644
--- a/gnu/packages/commencement.scm
+++ b/gnu/packages/commencement.scm
@@ -1350,6 +1350,7 @@ exec " gcc "/bin/" program
    (package
      (inherit gcc-mesboot1-wrapper)
      (name "gcc-mesboot-wrapper")
+     (version (package-version gcc-mesboot))
      (source #f)
      (inputs '())
      (native-inputs `(("bash" ,%bootstrap-coreutils&co)



reply via email to

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