guix-commits
[Top][All Lists]
Advanced

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

02/02: gnu: emacs-debbugs: Install missing file.


From: Alex Kost
Subject: 02/02: gnu: emacs-debbugs: Install missing file.
Date: Tue, 30 May 2017 11:30:56 -0400 (EDT)

alezost pushed a commit to branch master
in repository guix.

commit 91762db6fe208365e64c32c8eb5d2cfeec36ebed
Author: Alex Kost <address@hidden>
Date:   Sat May 27 11:31:03 2017 +0300

    gnu: emacs-debbugs: Install missing file.
    
    This is a followup to commit d879685176d23c111f4fc665698251b25cdf9124.
    
    * gnu/packages/emacs.scm (emacs-debbugs)[arguments]: Include ".wsdl"
    along with ".el" and ".info".
---
 gnu/packages/emacs.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm
index e840d51..05fa341 100644
--- a/gnu/packages/emacs.scm
+++ b/gnu/packages/emacs.scm
@@ -2084,6 +2084,7 @@ source code using IPython.")
                (base32
                 "07wgcvg038l88gxvjr0gjpjhyk743w22x1rqghz3gkmif0g70say"))))
     (build-system emacs-build-system)
+    (arguments '(#:include '("\\.el$" "\\.wsdl$" "\\.info$")))
     (propagated-inputs
      `(("emacs-async" ,emacs-async)))
     (home-page "https://elpa.gnu.org/packages/debbugs.html";)



reply via email to

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