pcapfix: expand platforms to all

This commit is contained in:
Ben Siraphob 2021-03-04 15:14:45 +07:00
parent aebe0ec419
commit 48fbf632d9

View File

@ -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;
};
}