bfc: mark as broken on aarch64-linux

This commit is contained in:
figsoda 2023-06-04 16:16:34 -04:00
parent 882772927e
commit c747474697

View File

@ -5,6 +5,7 @@
, libxml2
, ncurses
, zlib
, stdenv
}:
rustPlatform.buildRustPackage {
@ -38,5 +39,6 @@ rustPlatform.buildRustPackage {
homepage = "https://bfc.wilfred.me.uk";
license = licenses.gpl2Plus;
maintainers = with maintainers; [ figsoda ];
broken = stdenv.isAarch64 && stdenv.isLinux;
};
}