forked from mirrors/nixpkgs
vim_configurable: enable gtk3 GUI; Fixes #44440
This commit is contained in:
parent
2b6e13157f
commit
9ac7ec7fc7
|
@ -18787,6 +18787,7 @@ with pkgs;
|
|||
inherit (darwin.apple_sdk.frameworks) CoreServices Cocoa Foundation CoreData;
|
||||
inherit (darwin) libobjc cf-private;
|
||||
inherit lua;
|
||||
guiSupport = "gtk3";
|
||||
});
|
||||
|
||||
vimNox = lowPrio (vim_configurable.override {
|
||||
|
|
Loading…
Reference in a new issue