Unverified Commit c5ce6bc0 authored by Aleksana's avatar Aleksana Committed by GitHub
Browse files

notmuch: Fix RUBYLIB path in the Vim plugin (#417194)

parents 267a2adc add8c2c3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -190,7 +190,7 @@ stdenv.mkDerivation (finalAttrs: {
      PLUG=$vim/share/vim-plugins/notmuch/plugin/notmuch.vim
      cat >> $PLUG << EOF
        let \$GEM_PATH=\$GEM_PATH . ":${finalAttrs.passthru.gemEnv}/${ruby.gemPath}"
        let \$RUBYLIB=\$RUBYLIB . ":$vim/${ruby.libPath}/${ruby.system}"
        let \$RUBYLIB=\$RUBYLIB . ":$out/${ruby.libPath}/${ruby.system}"
        if has('nvim')
      EOF
      for gem in ${finalAttrs.passthru.gemEnv}/${ruby.gemPath}/gems/*/lib; do