Use emacsPgtkGcc

This commit is contained in:
Charlotte Van Petegem 2021-03-24 13:10:55 +01:00
parent 58390a943f
commit 5ea086db7e
No known key found for this signature in database
GPG key ID: 019E764B7184435A

View file

@ -3,7 +3,7 @@
let
emacsPkg = pkgs.emacsWithPackagesFromUsePackage {
config = ./emacs/init.el;
package = pkgs.emacsPgtk;
package = pkgs.emacsPgtkGcc;
alwaysEnsure = true;
extraEmacsPackages = epkgs: [
# mu4e is included in the mu package and should be used from there