guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: bigloo: Use Emacs with X11 support.


From: Ludovic Courtès
Subject: 01/01: gnu: bigloo: Use Emacs with X11 support.
Date: Mon, 23 Mar 2015 14:18:18 +0000

civodul pushed a commit to branch master
in repository guix.

commit 69383a47986923e85c9c9e9d0cf40207aea1c6f0
Author: Ludovic Courtès <address@hidden>
Date:   Mon Mar 23 15:17:50 2015 +0100

    gnu: bigloo: Use Emacs with X11 support.
    
    * gnu/packages/scheme.scm (bigloo)[inputs]: Change EMACS-NO-X to EMACS.
---
 gnu/packages/scheme.scm |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/gnu/packages/scheme.scm b/gnu/packages/scheme.scm
index 70eceec..b450e33 100644
--- a/gnu/packages/scheme.scm
+++ b/gnu/packages/scheme.scm
@@ -199,7 +199,7 @@ features an integrated Emacs-like editor and a large 
runtime library.")
                                       (string-append "EMACSDIR=" dir)))))
                   %standard-phases))))
     (inputs
-     `(("emacs" ,emacs-no-x)
+     `(("emacs" ,emacs)                      ;UDE needs the X version of Emacs
 
        ;; Optional APIs for which Bigloo has bindings.
        ("avahi" ,avahi)



reply via email to

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