haskell-yi-custom: broken = true for now

+2
+2
pkgs/applications/editors/yi/yi-custom.nix
··· 35 license = self.stdenv.lib.licenses.publicDomain; 36 platforms = self.ghc.meta.platforms; 37 maintainers = with self.stdenv.lib.maintainers; [ fuuzetsu ]; 38 }; 39 40 })
··· 35 license = self.stdenv.lib.licenses.publicDomain; 36 platforms = self.ghc.meta.platforms; 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; 40 }; 41 42 })