pcapfix: expand platforms to all
This commit is contained in:
parent
aebe0ec419
commit
48fbf632d9
@ -15,6 +15,6 @@ stdenv.mkDerivation rec {
|
|||||||
description = "Repair your broken pcap and pcapng files";
|
description = "Repair your broken pcap and pcapng files";
|
||||||
license = licenses.gpl3;
|
license = licenses.gpl3;
|
||||||
maintainers = [ maintainers.ehmry ];
|
maintainers = [ maintainers.ehmry ];
|
||||||
platforms = platforms.linux;
|
platforms = platforms.all;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user