mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 21:50:33 +03:00
mx-takeover: refactor and disable on darwin (#408799)
This commit is contained in:
commit
c228fcb97a
1 changed files with 4 additions and 2 deletions
|
@ -1,5 +1,6 @@
|
|||
{
|
||||
lib,
|
||||
stdenv,
|
||||
buildGoModule,
|
||||
fetchFromGitHub,
|
||||
}:
|
||||
|
@ -24,10 +25,11 @@ buildGoModule rec {
|
|||
|
||||
meta = with lib; {
|
||||
description = "Tool to work with DNS MX records";
|
||||
mainProgram = "mx-takeover";
|
||||
homepage = "https://github.com/musana/mx-takeover";
|
||||
changelog = "https://github.com/musana/mx-takeover/releases/tag/v${version}";
|
||||
changelog = "https://github.com/musana/mx-takeover/releases/tag/v${src.tag}";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ fab ];
|
||||
mainProgram = "mx-takeover";
|
||||
broken = stdenv.hostPlatform.isDarwin;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue