gnu: emacs-package-lint: Install missing data.
authorJelle Licht <jlicht@fsfe.org>
Sun, 21 Mar 2021 14:04:55 +0000 (15:04 +0100)
committerJelle Licht <jlicht@fsfe.org>
Sun, 21 Mar 2021 14:04:55 +0000 (15:04 +0100)
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.

gnu/packages/emacs-xyz.scm

index c5f75da..7085318 100644 (file)
@@ -19512,6 +19512,8 @@ image, rotate it, save modified images, and more.")
          (sha256
           (base32
            "1zifiqmpj9j14fnrm3jxapady25m1nlm514nfry0jfrhhikvj6i8"))))
+      (arguments
+       '(#:include (cons "^data/" %default-include)))
       (build-system emacs-build-system)
       (home-page "https://github.com/purcell/package-lint")
       (synopsis "Linting library for elisp package authors")