mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-24 11:39:46 -05:00
gnu: emacs-slime: Add missing "lib/hyperspec.el" library.
* gnu/packages/emacs-xyz.scm (emacs-slime)[arguments]<#:include>: Add missing "lib/hyperspec.el" library.
This commit is contained in:
parent
fcb2522edb
commit
1bed1d8481
1 changed files with 4 additions and 4 deletions
|
@ -8797,14 +8797,14 @@ (define-public emacs-slime
|
|||
(build-system emacs-build-system)
|
||||
(arguments
|
||||
(list
|
||||
#:include #~(cons* "\\.lisp$" "\\.asd$" "contrib" %default-include)
|
||||
#:include #~(cons* "\\.lisp$" "\\.asd$"
|
||||
"contrib"
|
||||
"lib/hyperspec.el"
|
||||
%default-include)
|
||||
#:exclude #~(list "^slime-tests.el" "^contrib/test/"
|
||||
"^contrib/Makefile$" "^contrib/README.md$")
|
||||
#:phases
|
||||
#~(modify-phases %standard-phases
|
||||
;; (add-after 'unpack 'make-git-checkout-writable
|
||||
;; (lambda _
|
||||
;; (for-each make-file-writable (find-files "."))))
|
||||
(add-before 'install 'configure
|
||||
(lambda* _
|
||||
(emacs-substitute-variables "slime.el"
|
||||
|
|
Loading…
Reference in a new issue