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:
Jelle Licht 2023-10-29 15:40:29 +01:00 committed by Andrew Tropin
parent 0f2ec2117b
commit f5346094f0
No known key found for this signature in database
GPG Key ID: 2208D20958C1DEB0

View File

@ -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"