gnu: bigloo: Use Emacs with X11 support.
* gnu/packages/scheme.scm (bigloo)[inputs]: Change EMACS-NO-X to EMACS.
This commit is contained in:
parent
07780c714e
commit
69383a4798
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue