Skip to content

Commit

Permalink
vim-vint: Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
infinisil committed Mar 8, 2019
1 parent c19c542 commit 55be7ae
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/development/tools/vim-vint/default.nix
Expand Up @@ -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.
Expand Down

0 comments on commit 55be7ae

Please sign in to comment.