vim_configurable: fix darwin build
This commit is contained in:
parent
6bf0d9f7ed
commit
e4083a7d78
@ -18793,7 +18793,8 @@ with pkgs;
|
||||
inherit (darwin.apple_sdk.frameworks) CoreServices Cocoa Foundation CoreData;
|
||||
inherit (darwin) libobjc cf-private;
|
||||
inherit lua;
|
||||
guiSupport = "gtk3";
|
||||
gtk2 = if stdenv.isDarwin then gtk2-x11 else gtk2;
|
||||
guiSupport = if stdenv.isDarwin then "gtk2" else "gtk3";
|
||||
});
|
||||
|
||||
qpdfview = libsForQt5.callPackage ../applications/misc/qpdfview {};
|
||||
|
Loading…
Reference in New Issue
Block a user