From c1dde7669b6f266d3b65b684aabfd643acc75b63 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Tue, 20 Jan 2015 17:11:52 +0100 Subject: [PATCH] haskell-simple-sendfile: fix build by disabling the test suite --- pkgs/development/haskell-modules/configuration-common.nix | 3 +++ 1 file changed, 3 insertions(+) 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.