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
No known key found for this signature in database
GPG Key ID: 091DBF4D1FC46B8E

View File

@ -21,7 +21,7 @@ buildPythonApplication rec {
substituteInPlace setup.py --replace "return requires" "return []" substituteInPlace setup.py --replace "return requires" "return []"
''; '';
checkInputs = [ pytest ]; 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. # The acceptance tests check for stdout and location of binary files, which fails in nix-build.
checkPhase = '' checkPhase = ''