Loading pkgs/development/haskell-modules/configuration-common.nix +5 −0 Original line number Diff line number Diff line Loading @@ -285,6 +285,11 @@ 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; Loading Loading
pkgs/development/haskell-modules/configuration-common.nix +5 −0 Original line number Diff line number Diff line Loading @@ -285,6 +285,11 @@ 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; Loading