mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-13 22:07:38 +00:00
tcpdump: Filter Darwin from supported platforms (#163888)
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
This commit is contained in:
parent
a624ff71ce
commit
dab246af15
@ -27,5 +27,6 @@ stdenv.mkDerivation rec {
|
||||
license = licenses.bsd3;
|
||||
maintainers = with maintainers; [ globin ];
|
||||
platforms = platforms.unix;
|
||||
badPlatforms = platforms.darwin;
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user