From 22b52f2cea1ec0a39d8c8d14bc795789c52cc1db Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Sun, 8 Feb 2015 13:58:26 +0100 Subject: [PATCH] haskell-rasterific-svg: fix build by disabling the test suite --- pkgs/development/haskell-modules/configuration-common.nix | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index dec9a09ea7f9..1e2b9d4aaccd 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -449,8 +449,9 @@ self: super: { rematch = dontCheck super.rematch; # https://github.com/tcrayford/rematch/issues/5 rematch-text = dontCheck super.rematch-text; # https://github.com/tcrayford/rematch/issues/6 - # https://github.com/Twinside/Rasterific/issues/19 - Rasterific = dontCheck super.Rasterific; + # Missing files in the test suite stanza. + Rasterific = dontCheck super.Rasterific; # https://github.com/Twinside/Rasterific/issues/19 + rasterific-svg = dontCheck super.rasterific-svg; # https://github.com/Twinside/rasterific-svg/issues/1 # https://github.com/utdemir/handsy/issues/5 handsy = dontCheck super.handsy;