haskell-simple-sendfile: fix build some more

This commit is contained in:
Peter Simons 2015-01-20 17:14:32 +01:00
parent 5f2db0b0e5
commit fa7b936217

View file

@ -165,7 +165,7 @@ 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.
# https://github.com/kazu-yamamoto/simple-sendfile/issues/17
simple-sendfile = dontCheck super.simple-sendfile;
}