GNU bug report logs - #52495
[PATCH] gnu: emacs-haskell-mode: Fix build

Previous Next

Package: guix-patches;

Reported by: Aleksandr Vityazev <avityazev <at> posteo.org>

Date: Wed, 15 Dec 2021 00:36:02 UTC

Severity: normal

Tags: patch

Done: Efraim Flashner <efraim <at> flashner.co.il>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Aleksandr Vityazev <avityazev <at> posteo.org>
Subject: bug#52495: closed (Re: [bug#52495] [PATCH] gnu: emacs-haskell-mode:
 Fix build)
Date: Wed, 15 Dec 2021 10:59:02 +0000
[Message part 1 (text/plain, inline)]
Your bug report

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

which was filed against the guix-patches package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 52495 <at> debbugs.gnu.org.

-- 
52495: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=52495
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Efraim Flashner <efraim <at> flashner.co.il>
To: Aleksandr Vityazev <avityazev <at> posteo.org>
Cc: 52495-done <at> debbugs.gnu.org
Subject: Re: [bug#52495] [PATCH] gnu: emacs-haskell-mode: Fix build
Date: Wed, 15 Dec 2021 12:57:37 +0200
[Message part 3 (text/plain, inline)]
Patch pushed. Thanks!

-- 
Efraim Flashner   <efraim <at> 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
[signature.asc (application/pgp-signature, inline)]
[Message part 5 (message/rfc822, inline)]
From: Aleksandr Vityazev <avityazev <at> posteo.org>
To: guix-patches <at> gnu.org
Subject: [PATCH] gnu: emacs-haskell-mode: Fix build
Date: Wed, 15 Dec 2021 00:35:55 +0000
* 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



This bug report was last modified 3 years and 252 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.