mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 22:16:32 +01:00
gnu: haskell-mode: Use INVOKE.
* gnu/packages/emacs.scm (haskell-mode)[arguments]: Substitute INVOKE for SYSTEM*.
This commit is contained in:
parent
67cf588f4f
commit
ff6275fd26
1 changed files with 1 additions and 2 deletions
|
@ -702,8 +702,7 @@ (define (copy-to-dir dir files)
|
|||
files))
|
||||
|
||||
(with-directory-excursion "doc"
|
||||
(unless (zero? (system* "makeinfo" "haskell-mode.texi"))
|
||||
(error "makeinfo failed"))
|
||||
(invoke "makeinfo" "haskell-mode.texi")
|
||||
(install-file "haskell-mode.info" info))
|
||||
(copy-to-dir doc '("CONTRIBUTING.md" "NEWS" "README.md"))
|
||||
(copy-to-dir el-dir (find-files "." "\\.elc?"))
|
||||
|
|
Loading…
Reference in a new issue