opae: mark broken

`opae` fails to build for more than 2 years: https://hydra.nixos.org/build/224611417
This commit is contained in:
Sergei Trofimovich 2023-06-21 07:41:59 +01:00
parent ce4eb9091e
commit 278c76aa99

View file

@ -45,5 +45,7 @@ stdenv.mkDerivation rec {
license = licenses.bsd3;
platforms = [ "x86_64-linux" ];
maintainers = with maintainers; [ thoughtpolice ];
# Needs a major update, not compatible with gcc-11.
broken = true;
};
}