vim-vint: fix startup
Ensure that `pkg_resources` is available during runtime.
This commit is contained in:
parent
7c8b042723
commit
e2bad17af7
@ -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 = ''
|
||||||
|
Loading…
x
Reference in New Issue
Block a user