Rename emacsPgtkGcc to emacsPgtkNativeComp

This keeps consistency with the other *NativeComp attributes
This commit is contained in:
benjaminor 2022-04-23 22:11:02 +02:00
parent b50be56283
commit 498364dcdf
No known key found for this signature in database
GPG key ID: 4F07CC0A59D1903D
4 changed files with 6 additions and 5 deletions

View file

@ -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 = (
(