mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-26 17:03:01 +00:00
go-secdump: mark as Linux-only
The go-smb dependency has OS-specific source files without a darwin-specific one
This commit is contained in:
parent
2dcd9c55e8
commit
48b7647cb6
@ -29,5 +29,6 @@ buildGoModule rec {
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ fab ];
|
||||
mainProgram = "go-secdump";
|
||||
platforms = lib.platforms.linux;
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user