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
commit 67938c1bfd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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