Update dependencies

This commit is contained in:
Charlotte Van Petegem 2021-06-18 16:59:17 +02:00
parent 6788fc4d5f
commit 79078364f7
No known key found for this signature in database
GPG key ID: 019E764B7184435A
6 changed files with 39 additions and 37 deletions

View file

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