From 93cc05d36319418c3304115964398f17f10545ae Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Sun, 12 Jan 2020 01:20:45 +0000 Subject: feat(third_party/git): Add derivation to build git This overrides the upstream derivation to: * use local sources * build `git send-email` It also calls autoreconf before building because files that are included in the git distribution tarball (which the normal derivation uses) are missing from source. --- third_party/default.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'third_party/default.nix') diff --git a/third_party/default.nix b/third_party/default.nix index 6e7bf873c6..1d4a6ae7e1 100644 --- a/third_party/default.nix +++ b/third_party/default.nix @@ -20,6 +20,7 @@ let # of the repo. They become available under `pkgs.third_party.` inherit (nixpkgs) age + autoconf bashInteractive bat buildGoPackage -- cgit 1.4.1