emacs: rename PgtkGcc to PgtkNativeComp

This commit is contained in:
Antoine Martin 2022-04-26 10:46:56 +02:00
parent 920e599ea4
commit 9b2320b2a4
3 changed files with 4 additions and 4 deletions

View file

@ -42,7 +42,7 @@ in {
programs.emacs = {
enable = true;
package = pkgs.emacsPgtkGcc;
package = pkgs.emacsPgtkNativeComp;
};
};
}