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