Skip to content

Commit 7a8de8f

Browse files
committed
haskellPackages.patch: Patch to fix build
1 parent 7745ce6 commit 7a8de8f

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

pkgs/development/haskell-modules/configuration-common.nix

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1315,8 +1315,11 @@ self: super: {
13151315
x509-validation = dontCheck super.x509-validation;
13161316
tls = dontCheck super.tls;
13171317

1318-
# Allow building with recent versions of hlint.
1319-
patch = doJailbreak super.patch;
1318+
# 2022-02-27: https://github.com/reflex-frp/patch/pull/40 for bump bounds
1319+
patch = appendPatch (pkgs.fetchpatch {
1320+
url = "https://github.com/reflex-frp/patch/commit/6affb9a665361377346fac8c579fdf41c9ece844.patch";
1321+
sha256 = "sha256-m+Z9HpkOcgGel+PgcftPmtsXcS/7Egi2Ka0KQJljr4Q=";
1322+
}) super.patch;
13201323

13211324
# Tests disabled and broken override needed because of missing lib chrome-test-utils: https://github.com/reflex-frp/reflex-dom/issues/392
13221325
reflex-dom-core = doDistribute (unmarkBroken (dontCheck (doJailbreak super.reflex-dom-core)));

0 commit comments

Comments
 (0)