Disable native-comp for a bit

This commit is contained in:
Charlotte Van Petegem 2023-03-29 14:51:15 +02:00
parent 3c985b59e9
commit 1815408ea4
No known key found for this signature in database
GPG key ID: 019E764B7184435A

View file

@ -16,6 +16,7 @@
readOnly = true;
default = pkgs.emacsWithPackagesFromUsePackage {
config = config.chvp.base.emacs.fullConfig;
package = pkgs.emacsPgtk.override { nativeComp = false; };
alwaysEnsure = true;
# mu4e is included in the mu package and should be used from there
extraEmacsPackages = epkgs: lib.optional config.chvp.graphical.mail.enable pkgs.mu;