3
0
Fork 0
forked from mirrors/nixpkgs

haskell-Yampa fails its test suite.

This commit is contained in:
Peter Simons 2015-05-05 21:15:35 +02:00
parent 4cf188b376
commit 539e8eb7f1

View file

@ -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;
}