haskell-yi-custom: broken = true for now

+2
+2
pkgs/applications/editors/yi/yi-custom.nix
··· 35 35 license = self.stdenv.lib.licenses.publicDomain; 36 36 platforms = self.ghc.meta.platforms; 37 37 maintainers = with self.stdenv.lib.maintainers; [ fuuzetsu ]; 38 + # The wrapper does not yet work properly if we actually try to use it. 39 + broken = true; 38 40 }; 39 41 40 42 })