gnu: bigloo: Use Emacs with X11 support.

* gnu/packages/scheme.scm (bigloo)[inputs]: Change EMACS-NO-X to EMACS.
This commit is contained in:
Ludovic Courtès 2015-03-23 15:17:50 +01:00
parent 07780c714e
commit 69383a4798
1 changed files with 1 additions and 1 deletions

View File

@ -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)