Merge pull request #85911 from zowoq/dnscontrol

dnscontrol: use subPackages, upstream vendor
This commit is contained in:
Mario Rodas 2020-04-24 06:14:39 -05:00 committed by GitHub
commit 2c9c0ff04d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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