Use updated emacs attr name

This commit is contained in:
Charlotte Van Petegem 2023-06-01 10:03:46 +02:00
parent 5e73d154a9
commit 254f542a28
No known key found for this signature in database
GPG key ID: 019E764B7184435A

View file

@ -16,7 +16,7 @@
readOnly = true;
default = pkgs.emacsWithPackagesFromUsePackage {
config = config.chvp.base.emacs.fullConfig;
package = pkgs.emacsPgtk;
package = pkgs.emacs-pgtk;
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;