Merge pull request #151648 from hartwork/git-delete-merged-branches-fix-dependencies
This commit is contained in:
commit
7ac6901f5e
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ python3Packages.buildPythonApplication rec {
|
||||||
|
|
||||||
propagatedBuildInputs = with python3Packages; [
|
propagatedBuildInputs = with python3Packages; [
|
||||||
colorama
|
colorama
|
||||||
clintermission
|
prompt-toolkit
|
||||||
];
|
];
|
||||||
|
|
||||||
checkInputs = [ git ]
|
checkInputs = [ git ]
|
||||||
|
|
Loading…
Reference in a new issue