mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 14:28:15 -05:00
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>
This commit is contained in:
parent
87624540b4
commit
9ad779f7b5
1 changed files with 1 additions and 1 deletions
|
@ -1409,7 +1409,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)
|
||||
|
|
Loading…
Reference in a new issue