mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-03-16 00:53:01 +00:00
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