Merge pull request #151648 from hartwork/git-delete-merged-branches-fix-dependencies

This commit is contained in:
Sandro 2021-12-22 06:09:12 +01:00 committed by GitHub
commit 7ac6901f5e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,7 +13,7 @@ python3Packages.buildPythonApplication rec {
propagatedBuildInputs = with python3Packages; [
colorama
clintermission
prompt-toolkit
];
checkInputs = [ git ]