gnu: emacs-debbugs: Install missing file.

This is a followup to commit d879685176.

* gnu/packages/emacs.scm (emacs-debbugs)[arguments]: Include ".wsdl"
along with ".el" and ".info".
This commit is contained in:
Alex Kost 2017-05-27 11:31:03 +03:00
parent f753c28299
commit 91762db6fe
No known key found for this signature in database
GPG key ID: 82460C082A0EE98F

View file

@ -2084,6 +2084,7 @@ (define-public emacs-debbugs
(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")