haskellPackages.heist: remove unnecessary overrides

This commit is contained in:
Dennis Gosnell 2022-11-22 12:29:10 +09:00
parent 8e52ed5ec4
commit e34601f42e

View file

@ -2243,23 +2243,6 @@ self: super: {
] ++ drv.testFlags or [];
}) super.aeson-casing;
# 2020-11-19: Jailbreaking until: https://github.com/snapframework/heist/pull/124
# 2021-12-22: https://github.com/snapframework/heist/issues/131
heist = assert super.heist.version == "1.1.0.1";
# aeson 2.0 compat https://github.com/snapframework/heist/pull/132
# not merged in master yet
appendPatch (fetchpatch {
url = "https://github.com/snapframework/heist/compare/de802b0ed5055bd45cfed733524b4086c7e71660...d76adf749d14d7401963d36a22597584c52fc55f.patch";
sha256 = "sha256-GEIPGYYJO6S4t710AQe1uk3EvBu4UpablrlMDZLBSTk=";
includes = [ "src/*" "heist.cabal"];
})
(overrideCabal (drv: {
revision = null;
editedCabalFile = null;
doCheck = false;
})
(doJailbreak super.heist));
# https://github.com/emc2/HUnit-Plus/issues/26
HUnit-Plus = dontCheck super.HUnit-Plus;
# https://github.com/ewestern/haskell-postgis/issues/7