diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index a44a2c09a24..c1eb5784990 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; + }