mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-12 03:56:17 +03:00
vim_configurable: fix default gui for darwin
This commit is contained in:
parent
7545ccb7ac
commit
43ff2ab350
@ -14,7 +14,7 @@
|
|||||||
|
|
||||||
, features ? "huge" # One of tiny, small, normal, big or huge
|
, features ? "huge" # One of tiny, small, normal, big or huge
|
||||||
, wrapPythonDrv ? false
|
, 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
|
, luaSupport ? config.vim.lua or true
|
||||||
, perlSupport ? config.vim.perl or false # Perl interpreter
|
, perlSupport ? config.vim.perl or false # Perl interpreter
|
||||||
, pythonSupport ? config.vim.python or true # Python interpreter
|
, pythonSupport ? config.vim.python or true # Python interpreter
|
||||||
|
Loading…
Reference in New Issue
Block a user