guix-patches
[Top][All Lists]
Advanced

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

bug#26559: [PATCH 2/3] gnu: emacs-slime: Add arguments to work with new


From: Arun Isaac
Subject: bug#26559: [PATCH 2/3] gnu: emacs-slime: Add arguments to work with new `install' phase.
Date: Thu, 04 May 2017 11:34:21 +0530

>>      (arguments
>> -     `(#:phases
>> +     `(#:include '("\\.el$" "\\.lisp$" "\\.asd$" "\\.goo$"
>> +                   "\\.ss$" "\\.k$" "\\.scm$" "\\.rb$" "\\.sml$")
>
> All these additional files are placed in "contrib" directory, so what
> about the following list:
>
>   #:include '("\\.el$" "\\.lisp$" "\\.asd$" "^contrib/")
>
>> +       #:exclude '("^contrib/test/")
>
> and excluding Makefile from there:
>
>   #:exclude '("^contrib/test/" "^contrib/Makefile")

Yes, this is a good idea. I'll send a new patchset as soon as possible.





reply via email to

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