pcapfix: expand platforms to all
This commit is contained in:
parent
aebe0ec419
commit
48fbf632d9
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue