mirror of
https://github.com/nix-community/emacs-overlay.git
synced 2025-12-06 02:40:25 -08:00
Rename emacsPgtkGcc to emacsPgtkNativeComp
This keeps consistency with the other *NativeComp attributes
This commit is contained in:
parent
b50be56283
commit
498364dcdf
4 changed files with 6 additions and 5 deletions
|
|
@ -91,7 +91,7 @@ let
|
|||
|
||||
emacsPgtk = mkPgtkEmacs "emacs-pgtk" ./repos/emacs/emacs-master.json { withSQLite3 = true; };
|
||||
|
||||
emacsPgtkGcc = mkPgtkEmacs "emacs-pgtkgcc" ./repos/emacs/emacs-master.json { nativeComp = true; withSQLite3 = true; };
|
||||
emacsPgtkNativeComp = mkPgtkEmacs "emacs-pgtk-native-comp" ./repos/emacs/emacs-master.json { nativeComp = true; withSQLite3 = true; };
|
||||
|
||||
emacsUnstable = (mkGitEmacs "emacs-unstable" ./repos/emacs/emacs-unstable.json { });
|
||||
|
||||
|
|
@ -102,7 +102,8 @@ in
|
|||
inherit emacsNativeComp emacsGitNativeComp;
|
||||
emacsGcc = builtins.trace "emacsGcc has been renamed to emacsNativeComp, please update your expression." emacsNativeComp;
|
||||
|
||||
inherit emacsPgtk emacsPgtkGcc;
|
||||
inherit emacsPgtk emacsPgtkNativeComp;
|
||||
emacsPgtkGcc = builtins.trace "emacsPgtkGcc has been renamed to emacsPgtkNativeComp, please update your expression." emacsPgtkNativeComp;
|
||||
|
||||
emacsGit-nox = (
|
||||
(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue