haskell.packages.ghc921.streaming-commons: disable tests

Due to https://github.com/haskell/text/issues/380 and
https://github.com/fpco/streaming-commons/issues/60

+4 -2
+4 -2
pkgs/development/haskell-modules/configuration-ghc-9.2.x.nix
··· 239 239 # https://github.com/Soostone/retry/issues/71 240 240 retry = dontCheck super.retry; 241 241 242 - streaming-commons = appendPatch super.streaming-commons (pkgs.fetchpatch { 242 + # Disable tests pending resolution of 243 + # https://github.com/haskell/text/issues/380 or https://github.com/fpco/streaming-commons/issues/60 244 + streaming-commons = dontCheck (appendPatch super.streaming-commons (pkgs.fetchpatch { 243 245 url = "https://gitlab.haskell.org/ghc/head.hackage/-/raw/dfd024c9a336c752288ec35879017a43bd7e85a0/patches/streaming-commons-0.2.2.1.patch"; 244 246 sha256 = "04wi1jskr3j8ayh88kkx4irvhhgz0i7aj6fblzijy0fygikvidpy"; 245 - }); 247 + })); 246 248 247 249 # hlint 3.3 needs a ghc-lib-parser newer than the one from stackage 248 250 hlint = super.hlint_3_3_4.overrideScope (self: super: {