mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 23:06:59 +01:00
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
1 changed files with 1 additions and 2 deletions
|
@ -53,8 +53,7 @@ (define %install-dir "/share/emacs/site-lisp")
|
|||
|
||||
;; 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 a new issue