mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-12 03:56:17 +03:00
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 []"
|
||||
'';
|
||||
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 = ''
|
||||
|
Loading…
Reference in New Issue
Block a user