diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index cf32796c6e8..50b68dbf924 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -1410,4 +1410,8 @@ self: super: { url = "https://github.com/jkff/splot/commit/a6710b05470d25cb5373481cf1cfc1febd686407.patch"; sha256 = "1c5ck2ibag2gcyag6rjivmlwdlp5k0dmr8nhk7wlkzq2vh7zgw63"; }); + + # The current LTS 15.x version has a bug in the test suite. + streaming-commons = self.streaming-commons_0_2_2_1; + } // import ./configuration-tensorflow.nix {inherit pkgs haskellLib;} self super