diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index 1e23bea8641..ae28cda1121 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -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.