guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: emacs-guix: Use Guile 2.2.


From: Ludovic Courtès
Subject: 01/01: gnu: emacs-guix: Use Guile 2.2.
Date: Tue, 9 May 2017 17:59:13 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit b4f8edb799f7cfc587d70f7e709b01454c0dbedc
Author: Ludovic Courtès <address@hidden>
Date:   Tue May 9 23:58:26 2017 +0200

    gnu: emacs-guix: Use Guile 2.2.
    
    This is a followup to 7561881f2a5d2dc463c24713745eca03e67044bf.
    
    * gnu/packages/emacs.scm (emacs-guix): Switch to GUILE-2.2.
---
 gnu/packages/emacs.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm
index 0526ed0..f4cdd64 100644
--- a/gnu/packages/emacs.scm
+++ b/gnu/packages/emacs.scm
@@ -1446,7 +1446,7 @@ type, for example: packages, buffers, files, etc.")
      `(("pkg-config" ,pkg-config)
        ("emacs" ,emacs-minimal)))
     (inputs
-     `(("guile" ,guile-2.0)
+     `(("guile" ,guile-2.2)
        ("guix" ,guix)))
     (propagated-inputs
      `(("geiser" ,geiser)



reply via email to

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