honggfuzz: enable on aarch64-linux

Signed-off-by: Austin Seipp <aseipp@pobox.com>
This commit is contained in:
Austin Seipp 2023-04-17 12:13:34 -05:00
parent d8cd4e60d1
commit 962d920b8d

View File

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