guix-commits
[Top][All Lists]
Advanced

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

03/03: gnu: mes-boot, tcc-boot0: Require nyacc 0.86.


From: guix-commits
Subject: 03/03: gnu: mes-boot, tcc-boot0: Require nyacc 0.86.
Date: Thu, 13 Jun 2019 12:11:25 -0400 (EDT)

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

commit b644008ca2ea2cb588a1deec8cddaf8e4f07e004
Author: Ludovic Courtès <address@hidden>
Date:   Thu Jun 13 18:09:21 2019 +0200

    gnu: mes-boot, tcc-boot0: Require nyacc 0.86.
    
    This is a followup to b8016467273d06ffe3780ac97d38acfd72ce15d9.
    
    * gnu/packages/commencement.scm (mes-boot, tcc-boot0): Use source from
    NYACC-0.86 instead of NYACC.
---
 gnu/packages/commencement.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/commencement.scm b/gnu/packages/commencement.scm
index 8f59087..13b813f 100644
--- a/gnu/packages/commencement.scm
+++ b/gnu/packages/commencement.scm
@@ -1,5 +1,5 @@
 ;;; GNU Guix --- Functional package management for GNU
-;;; Copyright © 2012, 2013, 2014, 2015, 2016, 2017, 2018 Ludovic Courtès 
<address@hidden>
+;;; Copyright © 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019 Ludovic Courtès 
<address@hidden>
 ;;; Copyright © 2014 Andreas Enge <address@hidden>
 ;;; Copyright © 2012 Nikita Karetnikov <address@hidden>
 ;;; Copyright © 2014, 2015, 2017 Mark H Weaver <address@hidden>
@@ -91,7 +91,7 @@
      (propagated-inputs '())
      (native-inputs
       `(("mescc-tools" ,%bootstrap-mescc-tools)
-        ("nyacc-source" ,(package-source nyacc))
+        ("nyacc-source" ,(package-source nyacc-0.86))
 
         ("coreutils" , %bootstrap-coreutils&co)
         ("bootstrap-mes" ,%bootstrap-mes)))
@@ -182,7 +182,7 @@
        (native-inputs
         `(("mes" ,mes-boot)
           ("mescc-tools" ,%bootstrap-mescc-tools)
-          ("nyacc-source" ,(package-source nyacc))
+          ("nyacc-source" ,(package-source nyacc-0.86))
 
           ("coreutils" , %bootstrap-coreutils&co)
           ("bootstrap-mes" ,%bootstrap-mes)))



reply via email to

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