mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 16:03:23 +00:00
tcpdump: broaden platforms
Builds fine on Darwin.
This commit is contained in:
parent
f483563b79
commit
ed57f9ff71
@ -33,6 +33,6 @@ stdenv.mkDerivation rec {
|
||||
homepage = http://www.tcpdump.org/;
|
||||
license = "BSD-style";
|
||||
maintainers = with stdenv.lib.maintainers; [ jgeerds ];
|
||||
platforms = stdenv.lib.platforms.linux;
|
||||
platforms = stdenv.lib.platforms.unix;
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user