guix-commits
[Top][All Lists]
Advanced

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

02/03: gnu: emacs-slime: Add arguments to work with new `install' phase.


From: Arun Isaac
Subject: 02/03: gnu: emacs-slime: Add arguments to work with new `install' phase.
Date: Mon, 22 May 2017 20:45:42 -0400 (EDT)

arunisaac pushed a commit to branch master
in repository guix.

commit e8cefe11034aa7883e30b3542c1b18484f17bfa6
Author: Arun Isaac <address@hidden>
Date:   Wed Apr 26 19:33:42 2017 +0530

    gnu: emacs-slime: Add arguments to work with new `install' phase.
    
    * gnu/packages/emacs.scm (emacs-slime)[arguments]: Add #:include and 
#:exclude
      arguments.
---
 gnu/packages/emacs.scm | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm
index 4a0d20c..9f5395b 100644
--- a/gnu/packages/emacs.scm
+++ b/gnu/packages/emacs.scm
@@ -2327,7 +2327,10 @@ in @code{html-mode}.")
     (native-inputs
      `(("texinfo" ,texinfo)))
     (arguments
-     `(#:phases
+     `(#:include '("\\.el$" "\\.lisp$" "\\.asd$" "contrib")
+       #:exclude '("^slime-tests.el" "^contrib/test/"
+                   "^contrib/Makefile$" "^contrib/README.md$")
+       #:phases
        (modify-phases %standard-phases
          (add-before 'install 'configure
            (lambda* _



reply via email to

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