haskell-samoin: fix build by disabling the test suite

This commit is contained in:
Peter Simons 2015-05-06 11:55:25 +02:00
parent 4dba3fa2e0
commit 677ab5d03c

View File

@ -814,4 +814,7 @@ self: super: {
# https://github.com/adamwalker/sdr/issues/1
sdr = dontCheck super.sdr;
# Reported upstream by e-mail.
smaoin = dontCheck super.smaoin;
}