mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-04 21:03:15 +00:00
bfc: mark as broken on aarch64-linux
This commit is contained in:
parent
882772927e
commit
c747474697
@ -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;
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user