vim-vint: fix startup

Ensure that `pkg_resources` is available during runtime.
This commit is contained in:
Maximilian Bosch
2019-11-14 01:12:12 +01:00
parent 7c8b042723
commit e2bad17af7

View File

@@ -21,7 +21,7 @@ buildPythonApplication rec {
substituteInPlace setup.py --replace "return requires" "return []"
'';
checkInputs = [ pytest ];
propagatedBuildInputs = [ ansicolor chardet pyyaml ] ;
propagatedBuildInputs = [ ansicolor chardet pyyaml setuptools] ;
# The acceptance tests check for stdout and location of binary files, which fails in nix-build.
checkPhase = ''