From 9f2b3e327af49590c81eb23d1bb14e44bca5e36e Mon Sep 17 00:00:00 2001 From: Dennis Gosnell Date: Sat, 24 Dec 2022 16:02:46 +0900 Subject: [PATCH] yi: mark as broken because dependency no longer builds --- pkgs/applications/editors/yi/wrapper.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pkgs/applications/editors/yi/wrapper.nix b/pkgs/applications/editors/yi/wrapper.nix index a7456590ab81..b7eaf5d639e0 100644 --- a/pkgs/applications/editors/yi/wrapper.nix +++ b/pkgs/applications/editors/yi/wrapper.nix @@ -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; }; }