summary refs log tree commit diff
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2015-08-06 13:43:51 +0200
committerPeter Simons <simons@cryp.to>2015-08-07 15:13:14 +0200
commitefdaac847b9be4bf38df3bb32c7c2ba57e39c5f3 (patch)
tree1fcc45dadd0653476b1401445ac222a44cfee9d0
parent807c0c2029ab50a412c7dcf67dad079ead56f9df (diff)
downloadnixpkgs-efdaac847b9be4bf38df3bb32c7c2ba57e39c5f3.tar
nixpkgs-efdaac847b9be4bf38df3bb32c7c2ba57e39c5f3.tar.gz
nixpkgs-efdaac847b9be4bf38df3bb32c7c2ba57e39c5f3.tar.bz2
nixpkgs-efdaac847b9be4bf38df3bb32c7c2ba57e39c5f3.tar.lz
nixpkgs-efdaac847b9be4bf38df3bb32c7c2ba57e39c5f3.tar.xz
nixpkgs-efdaac847b9be4bf38df3bb32c7c2ba57e39c5f3.tar.zst
nixpkgs-efdaac847b9be4bf38df3bb32c7c2ba57e39c5f3.zip
haskell-lzma-conduit: disable test suite to fix the build
Honestly, this package seems unmaintained, and we should probably
disable the build altogether.
-rw-r--r--pkgs/development/haskell-modules/configuration-common.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix
index cb806dc6d69..522eb47d257 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;
+
 }