Skip to content

Commit 692715d

Browse files
maralornpeti
authored andcommitted
haskellPackages.jsaddle-warp: Fix build
Disables a patch that is applied on upstream because of new version.
1 parent 5e28902 commit 692715d

1 file changed

Lines changed: 1 addition & 8 deletions

File tree

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

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1323,15 +1323,8 @@ self: super: {
13231323
sha256 = "0v6kv1d4syjzgzc2s7a76c6k4vminlcq62n7jg3nn9xd00gwmmv7";
13241324
});
13251325

1326-
# Picking fixed version constraint from upstream
1327-
# Issue: https://github.com/ghcjs/jsaddle/issues/115
13281326
# Tests disabled because they assume to run in the whole jsaddle repo and not the hackage tarbal of jsaddle-warp.
1329-
jsaddle-warp = dontCheck (appendPatch super.jsaddle-warp (pkgs.fetchpatch {
1330-
url = "https://github.com/ghcjs/jsaddle/commit/86b166033186c1724d4d52eeaf0935f0f29fe1ca.patch";
1331-
sha256 = "0j4g3hcqrandlnzr9n9mixygg86accdyk2nyj9hh9g4p7mrcyb7j";
1332-
stripLen = 2;
1333-
extraPrefix = "";
1334-
}));
1327+
jsaddle-warp = dontCheck super.jsaddle-warp;
13351328

13361329
# 2020-06-24: Jailbreaking because of restrictive test dep bounds
13371330
# Upstream issue: https://github.com/kowainik/trial/issues/62

0 commit comments

Comments
 (0)