Merge pull request #235966 from figsoda/bfc

This commit is contained in:
figsoda
2023-06-06 09:55:52 -04:00
committed by GitHub
@@ -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;
};
}