summaryrefslogtreecommitdiff
path: root/guix/build/emacs-build-system.scm
AgeCommit message (Expand)Author
2023-11-01guix: emacs-build-system: Process package source in build tree.Liliana Marie Prikler
2022-09-11build-system: emacs: Use native compilation.Liliana Marie Prikler
2022-01-29build-system: emacs: Ensure that package descriptions are generated.Andrew Tropin
2021-12-14build-system: emacs: Do not rely on input labels in the 'build' phase.Maxim Cournoyer
2021-12-14guix: Fix typo in last commit.Nicolas Goaziou
2021-12-14guix: Do not assume "emacs" label in make-autoloads.Nicolas Goaziou
2021-12-05Merge remote-tracking branch 'origin/master' into core-updates-frozenRicardo Wurmus
2021-12-03build-system: emacs: Keep -pkg.el files.Liliana Marie Prikler
2021-05-09Merge branch 'master' into core-updatesMarius Bakke
2021-05-05build-system: emacs: Clarify %install-dir.Leo Prikler
2021-05-01build-system: emacs: Use subdirectories again.Leo Prikler
2021-01-08build-systems/emacs: No longer skip patching of files containing NULs.Maxim Cournoyer
2020-05-07build-system/emacs: Hide the 'delete' binding from (guix build utils).Marius Bakke
2020-02-27emacs-build-system: Byte compile the autoload files.Maxim Cournoyer
2019-12-13emacs-build-system: Ensure the core libraries appear last in the load path.Maxim Cournoyer
2019-12-08emacs-build-system: Move the source directory to the start of EMACSLOADPATH.Maxim Cournoyer
2019-12-08emacs-build-system: Make the order of the phases more clear.Maxim Cournoyer
2019-12-04build: emacs-build-system: Unify the installation directory.Maxim Cournoyer
2019-11-18build-system: emacs: Simplify the SET-EMACS-LOAD-PATH phase.Maxim Cournoyer
2018-04-21Merge branch 'master' into core-updatesMark H Weaver
2018-04-20build-system: emacs: Add improved check phase.Maxim Cournoyer
2018-04-20build-system: emacs: Replace system* with invoke.Maxim Cournoyer
2018-04-20build-system: emacs: Search all inputs for Emacs Lisp directories.Maxim Cournoyer
2018-03-11build-system/gnu: Add 'bootstrap' phase.Ludovic Courtès
2018-02-05emacs-build-system: Do not patch files containing NULs.Maxim Cournoyer
2018-02-05emacs-build-system: Reinstate the check phase.Maxim Cournoyer
2018-02-05emacs-build-system: Add set-emacs-load-path phase.Maxim Cournoyer
2017-10-15emacs-build-system: Change how patch-el-files substitutes commands.Christopher Baines
2017-10-15emacs-build-system: Handle missing programs when patching.Christopher Baines
2017-09-03build: Fix helpful output for emacs-build-system install phase.Christopher Baines
2017-09-01build: emacs-build-system: Make the install phase more helpful.Christopher Baines
2017-06-08build-system: emacs: Factorize include/exclude default arguments.Maxim Cournoyer
2017-05-23build-system: emacs: Install only a subset of files.Arun Isaac
2017-05-23build: emacs: Fix `store-file->elisp-source-file'.Arun Isaac
2016-06-22build: emacs: Search for elisp in "share/emacs/site-lisp".Alex Kost
2016-05-30build: emacs: Handle sources that are a single elisp file.David Thompson
2015-09-23emacs-build-system: Fix 'package-name-version->elpa-name-version'.Mark H Weaver
2015-09-13Merge branch 'master' into core-updatesLudovic Courtès
2015-09-06emacs-build-system: Fix a file name of info directory.Alex Kost
2015-08-30utils: Move 'package-name->name+version' to (guix build utils).Ludovic Courtès
2015-08-30utils: Add 'strip-store-file-name'.Ludovic Courtès
2015-08-01build: emacs: Fix bug and improvement robustness.Federico Beffa
2015-07-08build: Add 'emacs-build-system'.Federico Beffa