gnu: emacs-package-lint: Install missing data.
The `package-lint-symbol-info' constant in this package depends on the stdlib-changes file being installed. * gnu/packages/emacs-xyz.scm (emacs-package-lint)[arguments]: Add the #:include argument.
This commit is contained in:
parent
06bdb640ce
commit
177dcce76e
1 changed files with 2 additions and 0 deletions
|
@ -19512,6 +19512,8 @@ image, rotate it, save modified images, and more.")
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1zifiqmpj9j14fnrm3jxapady25m1nlm514nfry0jfrhhikvj6i8"))))
|
"1zifiqmpj9j14fnrm3jxapady25m1nlm514nfry0jfrhhikvj6i8"))))
|
||||||
|
(arguments
|
||||||
|
'(#:include (cons "^data/" %default-include)))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(home-page "https://github.com/purcell/package-lint")
|
(home-page "https://github.com/purcell/package-lint")
|
||||||
(synopsis "Linting library for elisp package authors")
|
(synopsis "Linting library for elisp package authors")
|
||||||
|
|
Reference in a new issue