guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: emacs-haskell-mode: Fix build.


From: guix-commits
Subject: branch master updated: gnu: emacs-haskell-mode: Fix build.
Date: Wed, 15 Dec 2021 05:57:43 -0500

This is an automated email from the git hooks/post-receive script.

efraim pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 9ad779f  gnu: emacs-haskell-mode: Fix build.
9ad779f is described below

commit 9ad779f7b5e53499920ea7348a0b84a6b8c17aeb
Author: Aleksandr Vityazev <avityazev@posteo.org>
AuthorDate: Wed Dec 15 00:35:55 2021 +0000

    gnu: emacs-haskell-mode: Fix build.
    
    * gnu/packages/emacs-xyz (emacs-haskell-mode):
    [arguments]: Use emacs-minimal as key for %build-inputs.
    
    Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
---
 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 27de1bb..92eba2d 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -1409,7 +1409,7 @@ replacement.")
     (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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]