Merge pull request #82097 from millerjason/bugfix/vim_configurable

vim_configurable: fix default gui for darwin
This commit is contained in:
Daiderd Jordan
2020-03-28 11:50:32 +01:00
committed by GitHub

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