parent
067cac78e8
commit
f4afbf6e77
@ -83,7 +83,7 @@ let
|
|||||||
(optionalString withPython3 python3Wrapper) +
|
(optionalString withPython3 python3Wrapper) +
|
||||||
(optionalString withRuby rubyWrapper)}" --unset PYTHONPATH '' +
|
(optionalString withRuby rubyWrapper)}" --unset PYTHONPATH '' +
|
||||||
optionalString (withRuby)
|
optionalString (withRuby)
|
||||||
''--suffix PATH : \"${rubyEnv}/bin\" --set GEM_HOME \"${rubyEnv}/${rubyEnv.ruby.gemPath}\" '';
|
''--suffix PATH : ${rubyEnv}/bin --set GEM_HOME ${rubyEnv}/${rubyEnv.ruby.gemPath} '';
|
||||||
|
|
||||||
neovim = stdenv.mkDerivation rec {
|
neovim = stdenv.mkDerivation rec {
|
||||||
name = "neovim-${version}";
|
name = "neovim-${version}";
|
||||||
|
Loading…
Reference in New Issue
Block a user