Merge pull request #235966 from figsoda/bfc
This commit is contained in:
@@ -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;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user