civodul pushed a commit to branch master
in repository guix.

commit 69383a47986923e85c9c9e9d0cf40207aea1c6f0
Author: Ludovic Courtès <[email protected]>
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