haskell-simple-sendfile: fix build by disabling the test suite

This commit is contained in:
Peter Simons 2015-01-20 17:11:52 +01:00
parent 039493ee89
commit c1dde7669b

View File

@ -165,6 +165,9 @@ self: super: {
# https://github.com/jputcu/serialport/issues/25
serialport = dontCheck super.serialport;
# Tries to read data files during testing but cannot find them for some reason.
simple-sendfile = dontCheck super.simple-sendfile;
}
// {
# Not on Hackage yet.