honggfuzz: enable on aarch64-linux
Signed-off-by: Austin Seipp <aseipp@pobox.com>
This commit is contained in:
parent
d8cd4e60d1
commit
962d920b8d
1 changed files with 1 additions and 1 deletions
|
@ -61,7 +61,7 @@ stdenv.mkDerivation rec {
|
|||
'';
|
||||
homepage = "https://honggfuzz.dev/";
|
||||
license = lib.licenses.asl20;
|
||||
platforms = [ "x86_64-linux" ];
|
||||
platforms = lib.platforms.linux;
|
||||
maintainers = with lib.maintainers; [ cpu chivay ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue