vim_configurable: enable gtk3 GUI; Fixes #44440

This commit is contained in:
Michael Raskin 2018-08-05 10:14:04 +03:00
parent 2b6e13157f
commit 9ac7ec7fc7

View file

@ -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 {