aboutsummaryrefslogtreecommitdiff
path: root/pkgs/development/tools/vim-vint
diff options
context:
space:
mode:
authorMaximilian Bosch <maximilian@mbosch.me>2019-11-14 01:12:12 +0100
committerMaximilian Bosch <maximilian@mbosch.me>2019-11-14 01:12:46 +0100
commite2bad17af7dd0ac3a5b8663fc1faf16863826b42 (patch)
treebe3b067192e4614611e33e7c096bfe781e9952c6 /pkgs/development/tools/vim-vint
parent7c8b042723575cd45d9b0df69090fb081f9769db (diff)
vim-vint: fix startup
Ensure that `pkg_resources` is available during runtime.
Diffstat (limited to 'pkgs/development/tools/vim-vint')
-rw-r--r--pkgs/development/tools/vim-vint/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/tools/vim-vint/default.nix b/pkgs/development/tools/vim-vint/default.nix
index 27296edfac0b..8eccdb6c2852 100644
--- a/pkgs/development/tools/vim-vint/default.nix
+++ b/pkgs/development/tools/vim-vint/default.nix
@@ -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 = ''