Merge pull request #119692 from maralorn/fix-reflex

haskellPackages.reflex-dom: Remove obsolete override do fix build

authored by

maralorn and committed by
GitHub
e1e163ee 715214fa

-9
-9
pkgs/development/haskell-modules/configuration-common.nix
··· 1244 1244 # Tests disabled and broken override needed because of missing lib chrome-test-utils: https://github.com/reflex-frp/reflex-dom/issues/392 1245 1245 reflex-dom-core = doDistribute (unmarkBroken (dontCheck (doJailbreak super.reflex-dom-core))); 1246 1246 1247 - # Tests disabled and broken override needed because of missing lib chrome-test-utils: https://github.com/reflex-frp/reflex-dom/issues/392 1248 - reflex-dom = appendPatch super.reflex-dom (pkgs.fetchpatch { 1249 - url = https://github.com/reflex-frp/reflex-dom/commit/6aed7b7ebb70372778f1a29a724fcb4de815ba04.patch; 1250 - sha256 = "1ndqw5r85axynmx55ld6qr8ik1i1mkh6wrnkzpxbwyil2ms8mxn0"; 1251 - stripLen = 2; 1252 - extraPrefix = ""; 1253 - includes = ["reflex-dom.cabal" ]; 1254 - }); 1255 - 1256 1247 # add unreleased commit fixing version constraint as a patch 1257 1248 # Can be removed if https://github.com/lpeterse/haskell-utc/issues/8 is resolved 1258 1249 utc = appendPatch super.utc (pkgs.fetchpatch {