* [bug#52495] [PATCH] gnu: emacs-haskell-mode: Fix build
@ 2021-12-15 0:35 Aleksandr Vityazev
2021-12-15 10:57 ` bug#52495: " Efraim Flashner
2021-12-15 10:59 ` [bug#52495] " Nicolas Goaziou
0 siblings, 2 replies; 3+ messages in thread
From: Aleksandr Vityazev @ 2021-12-15 0:35 UTC (permalink / raw)
To: 52495
* gnu/packages/emacs-xyz (emacs-haskell-mode):
[arguments]: use emacs-minimal as key for %build-inputs
---
gnu/packages/emacs-xyz.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index cfb1247703..14726f3f8e 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -1410,7 +1410,7 @@ (define-public emacs-haskell-mode
(build-system gnu-build-system)
(arguments
`(#:make-flags (list (string-append "EMACS="
- (assoc-ref %build-inputs "emacs")
+ (assoc-ref %build-inputs "emacs-minimal")
"/bin/emacs"))
#:modules ((ice-9 match)
(srfi srfi-26)
--
2.34.0
--
Aleksandr Vityazev
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2021-12-15 11:52 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-12-15 0:35 [bug#52495] [PATCH] gnu: emacs-haskell-mode: Fix build Aleksandr Vityazev
2021-12-15 10:57 ` bug#52495: " Efraim Flashner
2021-12-15 10:59 ` [bug#52495] " Nicolas Goaziou
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.