From 539e8eb7f121bed12d8b0e1f3138567481cf472d Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Tue, 5 May 2015 21:15:35 +0200 Subject: [PATCH] haskell-Yampa fails its 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 a44a2c09a24d..c1eb57849903 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -808,4 +808,7 @@ self: super: { temporal-music-notation-demo = dontDistribute super.temporal-music-notation-demo; temporal-music-notation-western = dontDistribute super.temporal-music-notation-western; + # https://github.com/ivanperez-keera/Yampa/issues/10 + Yampa = dontCheck super.Yampa; + }