mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-19 00:08:32 +01:00
haskell-simple-sendfile: fix build some more
This commit is contained in:
parent
5f2db0b0e5
commit
fa7b936217
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue