diff --git a/pkgs/applications/editors/yi/yi-custom.nix b/pkgs/applications/editors/yi/yi-custom.nix index 05b26f7046f..59436392408 100644 --- a/pkgs/applications/editors/yi/yi-custom.nix +++ b/pkgs/applications/editors/yi/yi-custom.nix @@ -35,6 +35,8 @@ cabal.mkDerivation (self: rec { license = self.stdenv.lib.licenses.publicDomain; platforms = self.ghc.meta.platforms; maintainers = with self.stdenv.lib.maintainers; [ fuuzetsu ]; + # The wrapper does not yet work properly if we actually try to use it. + broken = true; }; }) \ No newline at end of file