summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/configuration-common.nix
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2015-01-20 17:11:52 +0100
committerPeter Simons <simons@cryp.to>2015-01-20 17:43:49 +0100
commitc1dde7669b6f266d3b65b684aabfd643acc75b63 (patch)
treeb307c23884def92435888be65e6931b7c4420dbf /pkgs/development/haskell-modules/configuration-common.nix
parent039493ee89f77ebbb7230b64e501a54fb6b28f8d (diff)
downloadnixpkgs-c1dde7669b6f266d3b65b684aabfd643acc75b63.tar
nixpkgs-c1dde7669b6f266d3b65b684aabfd643acc75b63.tar.gz
nixpkgs-c1dde7669b6f266d3b65b684aabfd643acc75b63.tar.bz2
nixpkgs-c1dde7669b6f266d3b65b684aabfd643acc75b63.tar.lz
nixpkgs-c1dde7669b6f266d3b65b684aabfd643acc75b63.tar.xz
nixpkgs-c1dde7669b6f266d3b65b684aabfd643acc75b63.tar.zst
nixpkgs-c1dde7669b6f266d3b65b684aabfd643acc75b63.zip
haskell-simple-sendfile: fix build by disabling the test suite
Diffstat (limited to 'pkgs/development/haskell-modules/configuration-common.nix')
-rw-r--r--pkgs/development/haskell-modules/configuration-common.nix3
1 files changed, 3 insertions, 0 deletions
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.