mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-12 18:10:47 +02:00
gnu: emacs-next: Don't hash file names in native compilation.
* gnu/packages/patches/emacs-next-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.
This commit is contained in:
parent
e9b1329470
commit
1cf47e57f2
3 changed files with 347 additions and 0 deletions
|
@ -577,6 +577,7 @@ editor (with wide ints)" )
|
|||
(search-patches "emacs-next-exec-path.patch"
|
||||
"emacs-fix-scheme-indent-function.patch"
|
||||
"emacs-next-native-comp-driver-options.patch"
|
||||
"emacs-next-native-comp-fix-filenames.patch"
|
||||
"emacs-pgtk-super-key-fix.patch")))))))
|
||||
|
||||
(define* (emacs->emacs-next emacs #:optional name
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue