guix-commits
[Top][All Lists]
Advanced

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

02/12: gnu: tcc-wrapper: Use Guile 2.2.


From: Ludovic Courtès
Subject: 02/12: gnu: tcc-wrapper: Use Guile 2.2.
Date: Mon, 30 Apr 2018 17:41:31 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit 350f50cbd35b6d1544734a4c6b2d7d43df4ac03c
Author: Ludovic Courtès <address@hidden>
Date:   Mon Apr 30 19:12:06 2018 +0200

    gnu: tcc-wrapper: Use Guile 2.2.
    
    * gnu/packages/c.scm (tcc-wrapper)[inputs]: Switch to GUILE-2.2.
---
 gnu/packages/c.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/c.scm b/gnu/packages/c.scm
index b4e17cb..bc60428 100644
--- a/gnu/packages/c.scm
+++ b/gnu/packages/c.scm
@@ -1,5 +1,5 @@
 ;;; GNU Guix --- Functional package management for GNU
-;;; Copyright © 2016 Ludovic Courtès <address@hidden>
+;;; Copyright © 2016, 2018 Ludovic Courtès <address@hidden>
 ;;; Copyright © 2016, 2017 Ricardo Wurmus <address@hidden>
 ;;; Copyright © 2018 Tobias Geerinckx-Rice <address@hidden>
 ;;;
@@ -83,7 +83,7 @@ standard.")
     (build-system trivial-build-system)
     (native-inputs '())
     (inputs `(("tcc" ,tcc)
-              ("guile" ,guile-2.0)))
+              ("guile" ,guile-2.2)))
 
     ;; By default TCC does not honor any search path environment variable.
     ;; This wrapper adds them.



reply via email to

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