Merge pull request #192617 from superherointj/broken-ncnn

ncnn: mark broken
This commit is contained in:
figsoda 2022-09-23 10:05:39 -04:00 committed by GitHub
commit 730dc4c5d7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -45,5 +45,6 @@ stdenv.mkDerivation rec {
homepage = "https://github.com/Tencent/ncnn";
license = licenses.bsd3;
maintainers = with maintainers; [ tilcreator ];
broken = true; # at 2022-11-23
};
}