guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

05/05: gnu: emacs-cider: Include enrich-classpath wrapper scripts.


From: guix-commits
Subject: 05/05: gnu: emacs-cider: Include enrich-classpath wrapper scripts.
Date: Thu, 2 Nov 2023 02:06:11 -0400 (EDT)

abcdw pushed a commit to branch master
in repository guix.

commit f5346094f0365a2c04ca00111ff06e17dac832e2
Author: Jelle Licht <jlicht@fsfe.org>
AuthorDate: Sun Oct 29 15:40:29 2023 +0100

    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>
---
 gnu/packages/emacs-xyz.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 29faee5656..9620c17a5c 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -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"



reply via email to

[Prev in Thread] Current Thread [Next in Thread]