me
/
guix
Archived
1
0
Fork 0

gnu: translate-shell: Compile emacs bytecode.

* gnu/packages/dictionaries.scm (translate-shell)[#:phases]: Add ‘emacs-build’.
master
Liliana Marie Prikler 2023-10-19 06:30:53 +02:00
parent 84f4105877
commit d1b98d7c92
No known key found for this signature in database
GPG Key ID: 442A84B8C70E2F87
1 changed files with 2 additions and 0 deletions

View File

@ -276,6 +276,8 @@ and a Python library.")
(assoc-ref emacs:%standard-phases 'make-autoloads))
(add-after 'install 'emacs-install
(assoc-ref emacs:%standard-phases 'install))
(add-after 'emacs-install 'emacs-build
(assoc-ref emacs:%standard-phases 'build)))
#:make-flags (list (string-append "PREFIX=" %output)
"NETWORK_ACCESS=no test")
#:imported-modules (,@%gnu-build-system-modules