mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-22 05:33:23 +00:00
Merge pull request #192617 from superherointj/broken-ncnn
ncnn: mark broken
This commit is contained in:
commit
730dc4c5d7
@ -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
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user