Skip to content

Commit

Permalink
fix: emacs guix build
Browse files Browse the repository at this point in the history
  • Loading branch information
xhcoding committed Apr 6, 2024
1 parent d3851c4 commit d1f8156
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions etc/emacs-x.scm
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,7 @@
(search-patches "emacs-next-exec-path.patch"
"emacs-fix-scheme-indent-function.patch"
"emacs-next-native-comp-driver-options.patch"
"emacs-pgtk-super-key-fix.patch"))))
(arguments
(substitute-keyword-arguments
(package-arguments emacs)
((#:configure-flags flags #~'())
#~(cons* "--with-native-compilation=no" (delete "--with-native-compilation=aot" #$flags))))))))
"emacs-pgtk-super-key-fix.patch")))))))

(define (tree-sitter-delete-generated-files grammar-directories)
#~(begin
Expand Down

0 comments on commit d1f8156

Please sign in to comment.