mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 07:53:19 +00:00
haskellPackages.jsaddle-warp: Fix build
Disables a patch that is applied on upstream because of new version.
This commit is contained in:
parent
5e2890288c
commit
692715dc95
@ -1323,15 +1323,8 @@ self: super: {
|
|||||||
sha256 = "0v6kv1d4syjzgzc2s7a76c6k4vminlcq62n7jg3nn9xd00gwmmv7";
|
sha256 = "0v6kv1d4syjzgzc2s7a76c6k4vminlcq62n7jg3nn9xd00gwmmv7";
|
||||||
});
|
});
|
||||||
|
|
||||||
# Picking fixed version constraint from upstream
|
|
||||||
# Issue: https://github.com/ghcjs/jsaddle/issues/115
|
|
||||||
# Tests disabled because they assume to run in the whole jsaddle repo and not the hackage tarbal of jsaddle-warp.
|
# Tests disabled because they assume to run in the whole jsaddle repo and not the hackage tarbal of jsaddle-warp.
|
||||||
jsaddle-warp = dontCheck (appendPatch super.jsaddle-warp (pkgs.fetchpatch {
|
jsaddle-warp = dontCheck super.jsaddle-warp;
|
||||||
url = "https://github.com/ghcjs/jsaddle/commit/86b166033186c1724d4d52eeaf0935f0f29fe1ca.patch";
|
|
||||||
sha256 = "0j4g3hcqrandlnzr9n9mixygg86accdyk2nyj9hh9g4p7mrcyb7j";
|
|
||||||
stripLen = 2;
|
|
||||||
extraPrefix = "";
|
|
||||||
}));
|
|
||||||
|
|
||||||
# 2020-06-24: Jailbreaking because of restrictive test dep bounds
|
# 2020-06-24: Jailbreaking because of restrictive test dep bounds
|
||||||
# Upstream issue: https://github.com/kowainik/trial/issues/62
|
# Upstream issue: https://github.com/kowainik/trial/issues/62
|
||||||
|
Loading…
Reference in New Issue
Block a user