mirror of
https://github.com/correl/melpa.git
synced 2024-12-18 19:21:32 +00:00
Don't include "lib" in slime recipe
That dir contains bundled copies of core elisp like ert.el and cl-lib, but the Package-Requires header in slime.el ensures the latter is installed, and presumably the former is not required for end users.
This commit is contained in:
parent
4fd6795151
commit
da2d6d4e1f
1 changed files with 1 additions and 1 deletions
|
@ -1,3 +1,3 @@
|
|||
(slime :repo "slime/slime"
|
||||
:fetcher github
|
||||
:files ("*.el" "*.lisp" "*.asd" "contrib" "doc/*.texi" "doc/*.info" "doc/dir" "lib" "ChangeLog"))
|
||||
:files ("*.el" "*.lisp" "*.asd" "contrib" "doc/*.texi" "doc/*.info" "doc/dir" "ChangeLog"))
|
||||
|
|
Loading…
Reference in a new issue