vim_configurable: fix default gui for darwin

This commit is contained in:
Jason Miller 2020-03-08 04:29:00 -04:00
parent 7545ccb7ac
commit 43ff2ab350

View File

@ -14,7 +14,7 @@
, features ? "huge" # One of tiny, small, normal, big or huge
, wrapPythonDrv ? false
, guiSupport ? config.vim.gui or "gtk3"
, guiSupport ? config.vim.gui or (if stdenv.isDarwin then "gtk2" else "gtk3")
, luaSupport ? config.vim.lua or true
, perlSupport ? config.vim.perl or false # Perl interpreter
, pythonSupport ? config.vim.python or true # Python interpreter