From 638ea434cb35ef6d33e789fe4a8363eac00faa43 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Wed, 4 Feb 2015 12:52:24 +0100 Subject: [PATCH] haskell-system-canonicalpath: fix build by disabling the 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 c8b2aee2f38e..c57cab599922 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -431,6 +431,9 @@ self: super: { # https://github.com/evanrinehart/mikmod/issues/1 mikmod = addExtraLibrary super.mikmod pkgs.libmikmod; + # https://github.com/d12frosted/CanonicalPath/issues/3 + system-canonicalpath = dontCheck super.system-canonicalpath; + } // { # Not on Hackage.