mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 23:43:30 +00:00
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";
|
||||
license = licenses.gpl3;
|
||||
maintainers = [ maintainers.ehmry ];
|
||||
platforms = platforms.linux;
|
||||
platforms = platforms.all;
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user