dnscontrol: use subPackages, upstream vendor

This commit is contained in:
zowoq 2020-04-24 13:03:04 +10:00
parent 5e6adf78e9
commit 131506ddd3
2 changed files with 1 additions and 1241 deletions

View File

@ -6,8 +6,6 @@ buildGoPackage rec {
goPackagePath = "github.com/StackExchange/dnscontrol";
goDeps = ./deps.nix;
src = fetchFromGitHub {
owner = "StackExchange";
repo = pname;
@ -15,9 +13,7 @@ buildGoPackage rec {
sha256 = "1j8i4k7bqkqmi6dmc9fxfab49a7qigig72rlbga902lw336p6cc7";
};
postInstall = ''
rm $bin/bin/{build,convertzone,generate,validate}
'';
subPackages = [ "." ];
meta = with stdenv.lib; {
description = "Synchronize your DNS to multiple providers from a simple DSL";

File diff suppressed because it is too large Load Diff