diff --git a/pkgs/development/haskell-modules/configuration-ghcjs-9.x.nix b/pkgs/development/haskell-modules/configuration-ghcjs-9.x.nix index 3cd330584f7c8..f4f88d4a4e51a 100644 --- a/pkgs/development/haskell-modules/configuration-ghcjs-9.x.nix +++ b/pkgs/development/haskell-modules/configuration-ghcjs-9.x.nix @@ -25,6 +25,7 @@ with haskellLib; # https://gitlab.haskell.org/ghc/ghc/-/issues/25083#note_578275 patch = haskellLib.disableParallelBuilding super.patch; + reflex-dom-core = haskellLib.disableParallelBuilding super.reflex-dom-core; reflex-dom = super.reflex-dom.override (drv: { jsaddle-webkit2gtk = null;