build-system: emacs: Keep -pkg.el files.
Partly fixes <https://bugs.gnu.org/48331> -- package descriptions can now be found in the install directory. * guix/build/emacs-build-system.scm (%default-exclude): Remove "-pkg\\.el$".
This commit is contained in:
parent
4baeb72717
commit
98cec36957
@ -53,8 +53,7 @@
|
||||
|
||||
;; These are the default inclusion/exclusion regexps for the install phase.
|
||||
(define %default-include '("^[^/]*\\.el$" "^[^/]*\\.info$" "^doc/.*\\.info$"))
|
||||
(define %default-exclude '("^\\.dir-locals\\.el$" "-pkg\\.el$"
|
||||
"^[^/]*tests?\\.el$"))
|
||||
(define %default-exclude '("^\\.dir-locals\\.el$" "^[^/]*tests?\\.el$"))
|
||||
|
||||
(define gnu:unpack (assoc-ref gnu:%standard-phases 'unpack))
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user