[PATCH] gnu: emacs-haskell-mode: Fix build

  • Done
  • quality assurance status badge
Details
3 participants
  • Aleksandr Vityazev
  • Efraim Flashner
  • Nicolas Goaziou
Owner
unassigned
Submitted by
Aleksandr Vityazev
Severity
normal

Debbugs page

Aleksandr Vityazev wrote 3 years ago
(address . guix-patches@gnu.org)
50eee0bb7e88b0b5288a4a0551d93243ffede24f.1639528522.git.avityazev@posteo.org
* 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(-)

Toggle diff (21 lines)
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
Efraim Flashner wrote 3 years ago
(name . Aleksandr Vityazev)(address . avityazev@posteo.org)(address . 52495-done@debbugs.gnu.org)
YbnKIVEJlI+wncZi@3900XT
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
-----BEGIN PGP SIGNATURE-----

iQIzBAABCgAdFiEEoov0DD5VE3JmLRT3Qarn3Mo9g1EFAmG5yiEACgkQQarn3Mo9
g1G52RAAt7xrQzCGRhnR/xbRuDseyWguluqyWRwKObVUEr/mJLy1jdm8ZEOMigoD
vRfj6IcL7AaQ4ibj5PnapdNPIo9ZT2Bo2CqSnIT5Y2jlTYZET/0rjEEd0Eyv7ROm
j6EEd94xWO4Ev+yTRyUrFvA6YF/I/KE3LsNe/Ss7CUIjJe6ZiK8lJc6SJE5GeU6M
PuFZaK5mslPl4qxU5ZH1hN1CoMqACnNaycAPofpmXPwGurJXX/VyG5HAueahMjN7
T7a5ChmGdyr67EXYKin2KUQwtqjxiN1xQVqN0EaRulVjrtKk5kOknv7onpozeI9j
lqhQ9STTfQ+iGKyZNXn1HP44qjSln8SKVvownHqgr2v3PqCN4gRDxUxPa0UAoPlW
BxPUspTPzG91BLYRv5efzi5+F0e7V4PuMdwC4JJ+laJnfIw1jfHLYSdZmwTqncwj
bDsynZh8xGrVd8mpY0sDm8YSVJh7TedjAhuF0tCtmnmcfPMtGZo8CC/ttrIpIVhs
d1ILfZnQBUgXrnZ04ZmVo6sA5F0oKJA1I9HqYxHCa/DY2chS4YgMQuaJoQRwOQKY
zgdTRVpZPhbIcUk36a7aGuyz1/jXJ4P8S1+MKOkdDeRqIMdetBpulYu4dWEkJsi4
js7pgzTe0Cg6PnhVpOm6bkcQgrQlyrNPgmsIs1xIZ5jsZTRM6KU=
=VYgp
-----END PGP SIGNATURE-----


Closed
Nicolas Goaziou wrote 3 years ago
(name . Aleksandr Vityazev)(address . avityazev@posteo.org)(address . 52495-done@debbugs.gnu.org)
87pmpyp20u.fsf@nicolasgoaziou.fr
Hello,

Aleksandr Vityazev <avityazev@posteo.org> writes:

Toggle quote (3 lines)
> * 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
Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 52495@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 52495
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help