tcpdump: Filter Darwin from supported platforms (#163888)

Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
This commit is contained in:
toonn 2022-03-14 19:00:58 +01:00 committed by GitHub
parent a624ff71ce
commit dab246af15
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -27,5 +27,6 @@ stdenv.mkDerivation rec {
license = licenses.bsd3;
maintainers = with maintainers; [ globin ];
platforms = platforms.unix;
badPlatforms = platforms.darwin;
};
}