Christopher Allan Webber <cweb...@dustycloud.org> writes: > Okay, how about a version of guile-emacs that works and incorporates > feedback from this thread? Yeah? Anyone? > > Whoooooooooo guile-emacs! :)
Yay! :-) I would have thought these would go to guile.scm and emacs.scm. What do others think? > +(define-public guile-for-guile-emacs > [...] > + (inputs > + `(("gettext" ,gnu-gettext) Sure it shouldn't be in native-inputs? I'm guessing autogen uses it. > +(define-public guile-emacs > [...] > + (substitute-keyword-arguments `(#:parallel-build? #f A comment explaining why parallel builds are disabled would be good. > + ;; Tests aren't passing for now. > + ;; Obviously we should re-enable this! > + #:tests? #f Tests should generally always be enabled so the second line of the comment would be redundant; just a nitpick. :-) Otherwise looks good to me. Thanks! Taylan