3
0
Fork 0
forked from mirrors/nixpkgs

haskellPackages.dyre: remove unneeded patch

This commit is contained in:
Dennis Gosnell 2023-05-29 13:08:29 +09:00
parent 3d4b400675
commit 910bf6138e

View file

@ -426,18 +426,8 @@ self: super: builtins.intersectAttrs super {
'';
}) super.leksah);
dyre =
appendPatch
# 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);
# dyre's tests appear to be trying to directly call GHC.
dyre = dontCheck super.dyre;
# https://github.com/edwinb/EpiVM/issues/13
# https://github.com/edwinb/EpiVM/issues/14