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:
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

View file

@ -2327,7 +2327,10 @@ (define-public emacs-slime
(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* _