From 4dc1d4e4ebc3d515d78728361658c5c3d00f5d32 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Sun, 8 Feb 2015 13:37:56 +0100 Subject: [PATCH] haskell-handsy: disable the test suite (which depends on impure paths) --- 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 8cb304d6fd37..d8e0a14968f9 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -452,6 +452,9 @@ self: super: { # https://github.com/Twinside/Rasterific/issues/19 Rasterific = dontCheck super.Rasterific; + # https://github.com/utdemir/handsy/issues/5 + handsy = dontCheck super.handsy; + } // { # Not on Hackage.