Loading pkgs/servers/skydns/default.nix +4 −2 Original line number Diff line number Diff line { lib, buildGoModule, fetchFromGitHub, fetchpatch }: { lib, stdenv, buildGoModule, fetchFromGitHub, fetchpatch }: buildGoModule rec { pname = "skydns"; Loading @@ -25,11 +25,13 @@ buildGoModule rec { ldflags = [ "-s" "-w" ]; meta = with lib; { meta = { description = "Distributed service for announcement and discovery of services"; homepage = "https://github.com/skynetservices/skydns"; license = lib.licenses.mit; maintainers = [ ]; mainProgram = "skydns"; # link: golang.org/x/net/internal/socket: invalid reference to syscall.recvmsg broken = stdenv.hostPlatform.isDarwin; }; } Loading
pkgs/servers/skydns/default.nix +4 −2 Original line number Diff line number Diff line { lib, buildGoModule, fetchFromGitHub, fetchpatch }: { lib, stdenv, buildGoModule, fetchFromGitHub, fetchpatch }: buildGoModule rec { pname = "skydns"; Loading @@ -25,11 +25,13 @@ buildGoModule rec { ldflags = [ "-s" "-w" ]; meta = with lib; { meta = { description = "Distributed service for announcement and discovery of services"; homepage = "https://github.com/skynetservices/skydns"; license = lib.licenses.mit; maintainers = [ ]; mainProgram = "skydns"; # link: golang.org/x/net/internal/socket: invalid reference to syscall.recvmsg broken = stdenv.hostPlatform.isDarwin; }; }