Update dependencies

This commit is contained in:
Charlotte Van Petegem 2021-05-20 14:04:35 +02:00
parent 62d5a1ae06
commit 2301f5fa07
No known key found for this signature in database
GPG key ID: 019E764B7184435A
3 changed files with 42 additions and 10 deletions

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