unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [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

* bug#52495: [PATCH] gnu: emacs-haskell-mode: Fix build
  2021-12-15  0:35 [bug#52495] [PATCH] gnu: emacs-haskell-mode: Fix build Aleksandr Vityazev
@ 2021-12-15 10:57 ` Efraim Flashner
  2021-12-15 10:59 ` [bug#52495] " Nicolas Goaziou
  1 sibling, 0 replies; 3+ messages in thread
From: Efraim Flashner @ 2021-12-15 10:57 UTC (permalink / raw)
  To: Aleksandr Vityazev; +Cc: 52495-done

[-- Attachment #1: Type: text/plain, Size: 236 bytes --]

Patch pushed. Thanks!

-- 
Efraim Flashner   <efraim@flashner.co.il>   רנשלפ םירפא
GPG key = A28B F40C 3E55 1372 662D  14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [bug#52495] [PATCH] gnu: emacs-haskell-mode: Fix build
  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 ` Nicolas Goaziou
  1 sibling, 0 replies; 3+ messages in thread
From: Nicolas Goaziou @ 2021-12-15 10:59 UTC (permalink / raw)
  To: Aleksandr Vityazev; +Cc: 52495-done

Hello,

Aleksandr Vityazev <avityazev@posteo.org> writes:

> * gnu/packages/emacs-xyz (emacs-haskell-mode):
> [arguments]: use emacs-minimal as key for %build-inputs

Oops, may bad.  I ended up applying a different solution.

Thanks for the heads up!

Regards,
-- 
Nicolas Goaziou




^ permalink raw reply	[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 public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).