haskellPackages.graphql: drop obsolete jailbreak

This commit is contained in:
sternenseemann 2023-07-01 22:48:06 +02:00
parent 5dcd4af462
commit 69eb712039

View file

@ -425,11 +425,6 @@ self: super: {
opencv = dontCheck (appendPatch ./patches/opencv-fix-116.patch super.opencv);
opencv-extra = dontCheck (appendPatch ./patches/opencv-fix-116.patch super.opencv-extra);
# Too strict lower bound on hspec
graphql =
assert lib.versionOlder self.hspec.version "2.10";
doJailbreak super.graphql;
# https://github.com/ekmett/structures/issues/3
structures = dontCheck super.structures;