From 5154f5cb02b8e7e1d93a27788aac76f7ace81f30 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Thu, 6 Aug 2015 17:18:45 +0200 Subject: [PATCH] haskell-llvm-general-pure: disable broken test suite --- 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 8ab277414d1..415349c8d30 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -936,4 +936,7 @@ self: super: { # https://github.com/bos/pcap/issues/5 pcap = addExtraLibrary super.pcap pkgs.libpcap; + # https://github.com/bscarlet/llvm-general/issues/143 + llvm-general-pure = dontCheck super.llvm-general-pure; + }