diff options
author | Alex Kost <alezost@gmail.com> | 2017-02-18 11:24:41 +0300 |
---|---|---|
committer | Alex Kost <alezost@gmail.com> | 2017-02-27 16:44:58 +0300 |
commit | 59d04f63dfe8b68906e4cccc60ca27cbd546db78 (patch) | |
tree | b2ae4e4831b647bd2ae8b5f25d82fec85dcde87d /Makefile.am | |
parent | 7994250fdb7ce786a72278554d85fccb6d152e73 (diff) | |
download | patches-59d04f63dfe8b68906e4cccc60ca27cbd546db78.tar patches-59d04f63dfe8b68906e4cccc60ca27cbd546db78.tar.gz |
gnu: emacs: Move "guix-emacs.el" to "aux-files".
* emacs/guix-emacs.el: Rename to...
* gnu/packages/aux-files/emacs/guix-emacs.el: ... this.
* Makefile.am (AUX_FILES): Add it.
* gnu/packages/emacs.scm (emacs)[inputs]: Remove 'guix' source.
[native-inputs]: Add "guix-emacs.el" auxiliary file.
[arguments]: Adjust 'install-site-start' phase accordingly.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 2e048f99ae..ec1bd2eb8b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -198,6 +198,7 @@ dist_noinst_DATA = guix/tests.scm guix/tests/http.scm # Auxiliary files for packages. AUX_FILES = \ + gnu/packages/aux-files/emacs/guix-emacs.el \ gnu/packages/aux-files/linux-libre/4.10-i686.conf \ gnu/packages/aux-files/linux-libre/4.10-x86_64.conf \ gnu/packages/aux-files/linux-libre/4.9-i686.conf \ |