Skip to content

Commit

Permalink
vim-yapf: fix evaluation
Browse files Browse the repository at this point in the history
/cc @Mic92
  • Loading branch information
bennofs committed Jul 28, 2017
1 parent e10d765 commit dbefaea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/misc/vim-plugins/default.nix
Expand Up @@ -1183,7 +1183,7 @@ rec {
dependencies = [];
buildPhase = ''
substituteInPlace ftplugin/python_yapf.vim \
--replace '"yapf"' '"${pkgs.yapf}/bin/yapf"'
--replace '"yapf"' '"${pythonPackages.yapf}/bin/yapf"'

This comment has been minimized.

Copy link
@Mic92

Mic92 Jul 28, 2017

Member

oh, sorry I fixed this on my own system before, but somehow managed to pick the wrong commit, when pushing to master.

'';
};

Expand Down

0 comments on commit dbefaea

Please sign in to comment.