mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-12 07:04:25 +00:00
quickfix: mark as broken on aarch64
This commit is contained in:
parent
98c68a8b3b
commit
361ee3ed55
@ -55,5 +55,6 @@ stdenv.mkDerivation rec {
|
||||
homepage = "http://www.quickfixengine.org";
|
||||
license = licenses.free; # similar to BSD 4-clause
|
||||
maintainers = with maintainers; [ bhipple ];
|
||||
broken = stdenv.isAarch64;
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user