gnu: emacs-slime: Add arguments to work with new `install' phase.
* gnu/packages/emacs.scm (emacs-slime)[arguments]: Add #:include and #:exclude arguments.
This commit is contained in:
parent
d879685176
commit
e8cefe1103
|
@ -2327,7 +2327,10 @@ in @code{html-mode}.")
|
|||
(native-inputs
|
||||
`(("texinfo" ,texinfo)))
|
||||
(arguments
|
||||
`(#:phases
|
||||
`(#:include '("\\.el$" "\\.lisp$" "\\.asd$" "contrib")
|
||||
#:exclude '("^slime-tests.el" "^contrib/test/"
|
||||
"^contrib/Makefile$" "^contrib/README.md$")
|
||||
#:phases
|
||||
(modify-phases %standard-phases
|
||||
(add-before 'install 'configure
|
||||
(lambda* _
|
||||
|
|
Loading…
Reference in New Issue