summary refs log tree commit diff
diff options
context:
space:
mode:
authorDennis Gosnell <cdep.illabout@gmail.com>2022-12-24 16:02:46 +0900
committerDennis Gosnell <cdep.illabout@gmail.com>2022-12-24 16:02:46 +0900
commit9f2b3e327af49590c81eb23d1bb14e44bca5e36e (patch)
treede943c4d59f26692ededf2c6e20602abf7cd4ba9
parent826331e0e9502c6ff9a510ffe8f1f60da95680a0 (diff)
downloadnixpkgs-9f2b3e327af49590c81eb23d1bb14e44bca5e36e.tar
nixpkgs-9f2b3e327af49590c81eb23d1bb14e44bca5e36e.tar.gz
nixpkgs-9f2b3e327af49590c81eb23d1bb14e44bca5e36e.tar.bz2
nixpkgs-9f2b3e327af49590c81eb23d1bb14e44bca5e36e.tar.lz
nixpkgs-9f2b3e327af49590c81eb23d1bb14e44bca5e36e.tar.xz
nixpkgs-9f2b3e327af49590c81eb23d1bb14e44bca5e36e.tar.zst
nixpkgs-9f2b3e327af49590c81eb23d1bb14e44bca5e36e.zip
yi: mark as broken because dependency no longer builds
-rw-r--r--pkgs/applications/editors/yi/wrapper.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/pkgs/applications/editors/yi/wrapper.nix b/pkgs/applications/editors/yi/wrapper.nix
index a7456590ab8..b7eaf5d639e 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;
   };
 
 }