haskellPackages.reflex-dom-core: workaround TH bug in JS backend

This commit is contained in:
Alexandre Esteves
2025-01-18 18:35:05 +01:00
committed by sternenseemann
parent a53d1dac02
commit dae3c95fb5
@@ -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;