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

File diff suppressed because it is too large Load Diff