yi: mark as broken because dependency no longer builds

This commit is contained in:
Dennis Gosnell 2022-12-24 16:02:46 +09:00
parent 826331e0e9
commit 9f2b3e327a
No known key found for this signature in database
GPG key ID: 462E0C03D11422F4

View file

@ -28,6 +28,10 @@ stdenv.mkDerivation {
# This wrapper and wrapper only is under PD
license = licenses.publicDomain;
maintainers = with maintainers; [ ];
# dependency yi-language no longer builds doesn't build
hydraPlatforms = lib.platforms.none;
broken = true;
};
}