From 8534707a7dac44a1e2def27f4d2b14fef47442c8 Mon Sep 17 00:00:00 2001 From: Olli Helenius Date: Sat, 3 Oct 2020 17:35:43 +0300 Subject: [PATCH] emacsPackages.magit-delta: add git as a build-time dependency --- pkgs/applications/editors/emacs-modes/melpa-packages.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/applications/editors/emacs-modes/melpa-packages.nix b/pkgs/applications/editors/emacs-modes/melpa-packages.nix index 200f471ac9fe..305d60aa305a 100644 --- a/pkgs/applications/editors/emacs-modes/melpa-packages.nix +++ b/pkgs/applications/editors/emacs-modes/melpa-packages.nix @@ -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;