1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-13 02:20:53 +02:00

gnu: emacs: Don't hash file names in native compilation.

* gnu/packages/patches/emacs-native-comp-fix-filenames.patch: New file.
* gnu/local.mk (dist_patch_DATA): Register it here.
* gnu/packages/emacs.scm (emacs-minimal)[source]: Use it here.

Change-Id: I2b7f6b45742a985760f0097bb53910f068e3d8e5
This commit is contained in:
Liliana Marie Prikler 2024-02-13 19:30:50 +01:00
parent 833ccf20a9
commit e2b04973fd
No known key found for this signature in database
GPG key ID: 442A84B8C70E2F87
3 changed files with 340 additions and 0 deletions

View file

@ -111,6 +111,7 @@
(patches (search-patches "emacs-exec-path.patch"
"emacs-fix-scheme-indent-function.patch"
"emacs-native-comp-driver-options.patch"
"emacs-native-comp-fix-filenames.patch"
"emacs-pgtk-super-key-fix.patch"))
(modules '((guix build utils)))
(snippet