Merge pull request #170646 from VirtusLab/chore/pytest

git-machete: updates to 3.9.0
main
Artturi 2 years ago committed by GitHub
commit d2b5cf38f7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      pkgs/applications/version-management/git-and-tools/git-machete/default.nix

@ -1,5 +1,7 @@
{ lib
, buildPythonApplication
, pytest-mock
, pytestCheckHook
, fetchFromGitHub
, installShellFiles
, git
@ -21,7 +23,7 @@ buildPythonApplication rec {
nativeBuildInputs = [ installShellFiles ];
checkInputs = [ git ];
checkInputs = [ git pytest-mock pytestCheckHook ];
postInstall = ''
installShellCompletion --bash --name git-machete completion/git-machete.completion.bash

Loading…
Cancel
Save