diff --git a/pkgs/tools/networking/pcapfix/default.nix b/pkgs/tools/networking/pcapfix/default.nix index c20a19f23a4..ee5212b9750 100644 --- a/pkgs/tools/networking/pcapfix/default.nix +++ b/pkgs/tools/networking/pcapfix/default.nix @@ -15,6 +15,6 @@ stdenv.mkDerivation rec { description = "Repair your broken pcap and pcapng files"; license = licenses.gpl3; maintainers = [ maintainers.ehmry ]; - platforms = platforms.linux; + platforms = platforms.all; }; }