5 # cabal2nix doesn't properly add dependencies conditional on arch(javascript)
8 ghcjs-base = addBuildDepends (with self; [
19 ghcjs-dom = addBuildDepend self.ghcjs-dom-javascript super.ghcjs-dom;
20 ghcjs-dom-javascript = addBuildDepend self.ghcjs-base super.ghcjs-dom-javascript;
21 jsaddle = addBuildDepend self.ghcjs-base super.jsaddle;
22 jsaddle-dom = addBuildDepend self.ghcjs-base super.jsaddle-dom;
24 entropy = addBuildDepend self.ghcjs-dom super.entropy;
26 reflex-dom = super.reflex-dom.override (drv: {
27 jsaddle-webkit2gtk = null;
29 patch = pkgs.lib.pipe super.patch (
32 disableParallelBuilding # https://gitlab.haskell.org/ghc/ghc/-/issues/25083#note_578275