gnu: guile-wisp: Remove trailing #T.
* gnu/packages/guile-xyz.scm (guile-wisp)[arguments]: Remove trailing #T.
This commit is contained in:
parent
a47dfd0e7f
commit
f7db3bf277
@ -1884,13 +1884,11 @@ user which package sets would they like to install from it.")
|
|||||||
(modify-phases %standard-phases
|
(modify-phases %standard-phases
|
||||||
(replace 'bootstrap
|
(replace 'bootstrap
|
||||||
(lambda _
|
(lambda _
|
||||||
(invoke "autoreconf" "-vif")
|
(invoke "autoreconf" "-vif")))
|
||||||
#t))
|
|
||||||
(add-before 'configure 'patch-/usr/bin/env
|
(add-before 'configure 'patch-/usr/bin/env
|
||||||
(lambda _
|
(lambda _
|
||||||
(substitute* "Makefile.in"
|
(substitute* "Makefile.in"
|
||||||
(("/usr/bin/env bash") (which "bash")))
|
(("/usr/bin/env bash") (which "bash")))))
|
||||||
#t))
|
|
||||||
;; auto compilation breaks, but if we set HOME to /tmp,
|
;; auto compilation breaks, but if we set HOME to /tmp,
|
||||||
;; that works ok
|
;; that works ok
|
||||||
(add-before 'check 'auto-compile-hacky-workaround
|
(add-before 'check 'auto-compile-hacky-workaround
|
||||||
@ -1914,8 +1912,7 @@ user which package sets would they like to install from it.")
|
|||||||
(go (string-append object-dir base ".go")))
|
(go (string-append object-dir base ".go")))
|
||||||
(invoke "guild" "compile" "-L" module-dir
|
(invoke "guild" "compile" "-L" module-dir
|
||||||
file "-o" go)))
|
file "-o" go)))
|
||||||
(find-files module-dir "\\.scm$"))
|
(find-files module-dir "\\.scm$")))))
|
||||||
#t)))
|
|
||||||
(add-after 'install 'install-emacs-files
|
(add-after 'install 'install-emacs-files
|
||||||
(assoc-ref emacs:%standard-phases 'install))
|
(assoc-ref emacs:%standard-phases 'install))
|
||||||
(add-after 'install-emacs-files 'compile-emacs-files
|
(add-after 'install-emacs-files 'compile-emacs-files
|
||||||
|
Loading…
x
Reference in New Issue
Block a user