From efdaac847b9be4bf38df3bb32c7c2ba57e39c5f3 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Thu, 6 Aug 2015 13:43:51 +0200 Subject: [PATCH] haskell-lzma-conduit: disable test suite to fix the build Honestly, this package seems unmaintained, and we should probably disable the build altogether. --- pkgs/development/haskell-modules/configuration-common.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index cb806dc6d692..522eb47d257c 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -917,4 +917,7 @@ self: super: { SVGFonts = dontDistribute super.SVGFonts; yesod-media-simple = dontDistribute super.yesod-media-simple; + # https://github.com/alphaHeavy/lzma-conduit/issues/5 + lzma-conduit = dontCheck super.lzma-conduit; + }