gnu: emacs-cider: Include enrich-classpath wrapper scripts.
* gnu/packages/emacs-xyz.scm (emacs-cider)[arguments]<#:include>: Add "^lein\\.sh$" and "^clojure\\.sh$" to the list of regexes for installed files. Change-Id: I02507d3cd012dbe827751a21870e4bc1f13d93b5 Signed-off-by: Andrew Tropin <andrew@trop.in>
This commit is contained in:
parent
0f2ec2117b
commit
f5346094f0
@ -15346,7 +15346,8 @@ implementation.")
|
||||
(base32 "0sjscbi3qgwn3wcpq5lz7k4gam69h0svh8wbhxcbskr9ys1rmysp"))))
|
||||
(build-system emacs-build-system)
|
||||
(arguments
|
||||
'(#:exclude ;don't exclude 'cider-test.el'
|
||||
'(#:include (cons* "^lein\\.sh$" "^clojure\\.sh$" %default-include)
|
||||
#:exclude ;don't exclude 'cider-test.el'
|
||||
'("^\\.dir-locals\\.el$" "^test/")
|
||||
#:phases
|
||||
;; XXX: file "test/cider-tests.el" contains a bogus "/bin/command"
|
||||
|
Loading…
Reference in New Issue
Block a user