Merge pull request #238895 from trofi/opae-broken

opae: mark broken
This commit is contained in:
Sergei Trofimovich 2023-06-21 23:11:49 +01:00 committed by GitHub
commit faee04a8a4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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;
};
}