gnu: emacs-slime: Add arguments to work with new `install' phase.

* gnu/packages/emacs.scm (emacs-slime)[arguments]: Add #:include and #:exclude
  arguments.
master
Arun Isaac 2017-04-26 19:33:42 +05:30
parent d879685176
commit e8cefe1103
No known key found for this signature in database
GPG Key ID: 2E25EE8B61802BB3
1 changed files with 4 additions and 1 deletions

View File

@ -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* _