From 48fbf632d9f941c192b0ae97994bf937b26209ba Mon Sep 17 00:00:00 2001 From: Ben Siraphob Date: Thu, 4 Mar 2021 15:14:45 +0700 Subject: [PATCH] pcapfix: expand platforms to all --- pkgs/tools/networking/pcapfix/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/tools/networking/pcapfix/default.nix b/pkgs/tools/networking/pcapfix/default.nix index c20a19f23a42..ee5212b97508 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; }; }