From ad0140e780ef1f2374af2993eb8fce9cae499a6c Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Wed, 6 May 2015 12:10:30 +0200 Subject: [PATCH] haskell-Yampa has been fixed upstream. --- pkgs/development/haskell-modules/configuration-common.nix | 3 --- 1 file changed, 3 deletions(-) diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index abd07b9fd175..baec3bd6f80f 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -808,9 +808,6 @@ 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; - # https://github.com/adamwalker/sdr/issues/1 sdr = dontCheck super.sdr;