emacs: rename PgtkGcc to PgtkNativeComp
This commit is contained in:
parent
920e599ea4
commit
9b2320b2a4
3 changed files with 4 additions and 4 deletions
|
|
@ -158,14 +158,14 @@
|
|||
(import ./pkgs {pkgs = import nixpkgs {inherit system;};})
|
||||
)
|
||||
// {
|
||||
emacsPgtkGcc =
|
||||
emacsPgtkNativeComp =
|
||||
(
|
||||
import nixpkgs {
|
||||
inherit system;
|
||||
overlays = [inputs.emacs-overlay.overlay];
|
||||
}
|
||||
)
|
||||
.emacsPgtkGcc;
|
||||
.emacsPgtkNativeComp;
|
||||
};
|
||||
});
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue