me
/
guix
Archived
1
0
Fork 0

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>
master
Aleksandr Vityazev 2021-12-15 00:35:55 +00:00 committed by Efraim Flashner
parent 87624540b4
commit 9ad779f7b5
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 1 additions and 1 deletions

View File

@ -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)