haskellPackages.dyre: remove unneeded patch
This commit is contained in:
parent
3d4b400675
commit
910bf6138e
1 changed files with 2 additions and 12 deletions
|
@ -426,18 +426,8 @@ self: super: builtins.intersectAttrs super {
|
||||||
'';
|
'';
|
||||||
}) super.leksah);
|
}) super.leksah);
|
||||||
|
|
||||||
dyre =
|
# dyre's tests appear to be trying to directly call GHC.
|
||||||
appendPatch
|
dyre = dontCheck super.dyre;
|
||||||
# Dyre needs special support for reading the NIX_GHC env var. This is
|
|
||||||
# available upstream in https://github.com/willdonnelly/dyre/pull/43, but
|
|
||||||
# hasn't been released to Hackage as of dyre-0.9.1. Likely included in
|
|
||||||
# next version.
|
|
||||||
(pkgs.fetchpatch {
|
|
||||||
url = "https://github.com/willdonnelly/dyre/commit/c7f29d321aae343d6b314f058812dffcba9d7133.patch";
|
|
||||||
sha256 = "10m22k35bi6cci798vjpy4c2l08lq5nmmj24iwp0aflvmjdgscdb";
|
|
||||||
})
|
|
||||||
# dyre's tests appear to be trying to directly call GHC.
|
|
||||||
(dontCheck super.dyre);
|
|
||||||
|
|
||||||
# https://github.com/edwinb/EpiVM/issues/13
|
# https://github.com/edwinb/EpiVM/issues/13
|
||||||
# https://github.com/edwinb/EpiVM/issues/14
|
# https://github.com/edwinb/EpiVM/issues/14
|
||||||
|
|
Loading…
Reference in a new issue