summary refs log tree commit diff
path: root/pkgs/development/tools
diff options
context:
space:
mode:
authorworldofpeace <worldofpeace@users.noreply.github.com>2019-03-08 16:36:59 -0500
committerGitHub <noreply@github.com>2019-03-08 16:36:59 -0500
commit9bedfe59bdeaa4c40644429e10827145ea5c7087 (patch)
tree995db1e46768af8624cf1eac26008b9b3661699a /pkgs/development/tools
parent1bd0655e6db43a5723d7f0099bbd50e95307ab48 (diff)
parent55be7ae9d538cf1e3ab67dba92575a5c19682373 (diff)
Merge pull request #57090 from Infinisil/fix/vim-vint
vim-vint: Fix
Diffstat (limited to 'pkgs/development/tools')
-rw-r--r--pkgs/development/tools/vim-vint/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/development/tools/vim-vint/default.nix b/pkgs/development/tools/vim-vint/default.nix
index ab90bb27bd5eb..8f3df66ec37ff 100644
--- a/pkgs/development/tools/vim-vint/default.nix
+++ b/pkgs/development/tools/vim-vint/default.nix
@@ -17,10 +17,10 @@ buildPythonApplication rec {
   disabled = ! pythonAtLeast "3.5";
 
   # Prevent setup.py from adding dependencies in run-time and insisting on specific package versions
-  patchPhase = ''
+  postPatch = ''
     substituteInPlace setup.py --replace "return requires" "return []"
-    '';
-  buildInputs = [ coverage pytest pytestcov ];
+  '';
+  checkInputs = [ pytest ];
   propagatedBuildInputs = [ ansicolor chardet pyyaml ] ;
 
   # The acceptance tests check for stdout and location of binary files, which fails in nix-build.