home: emacs: use emacsGcc package temporarily
This commit is contained in:
parent
ed11295417
commit
fabeb10f8a
|
@ -23,7 +23,9 @@
|
|||
|
||||
programs.emacs = {
|
||||
enable = true;
|
||||
package = pkgs.emacsPgtkGcc;
|
||||
# FIXME: revert when pgtk branch merged master
|
||||
# package = pkgs.emacsPgtkGcc;
|
||||
package = pkgs.emacsGcc;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue