···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 };
4142})