mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-18 15:56:50 +01:00
Revert "tcpdump: Filter Darwin from supported platforms (#163888)"
This reverts commit dab246af15
.
This commit is contained in:
parent
aae0f01b9a
commit
d3834704ab
1 changed files with 0 additions and 1 deletions
|
@ -27,6 +27,5 @@ stdenv.mkDerivation rec {
|
|||
license = licenses.bsd3;
|
||||
maintainers = with maintainers; [ globin ];
|
||||
platforms = platforms.unix;
|
||||
badPlatforms = platforms.darwin;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue