emacsPackages.magit-delta: add git as a build-time dependency

This commit is contained in:
Olli Helenius
2020-10-03 17:35:43 +03:00
committed by adisbladis
parent 1f9b5eaa5e
commit 8534707a7d

View File

@@ -269,6 +269,8 @@ let
magit-circleci = buildWithGit super.magit-circleci;
magit-delta = buildWithGit super.magit-delta;
orgit = buildWithGit super.orgit;
orgit-forge = buildWithGit super.orgit-forge;