summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/configuration-common.nix
diff options
context:
space:
mode:
authorManuel Bärenz <programming@manuelbaerenz.de>2020-04-16 21:51:46 +0200
committerPeter Simons <simons@cryp.to>2020-04-17 20:50:48 +0200
commita762316e72de3667fa90b45a2eef9c7ef295f9f8 (patch)
tree31ad3cd4ce285b36fcce4f61e8f552d28eddb32a /pkgs/development/haskell-modules/configuration-common.nix
parent802dfc8bd7dd4d955fa52abc4a9dbce602215c19 (diff)
downloadnixpkgs-a762316e72de3667fa90b45a2eef9c7ef295f9f8.tar
nixpkgs-a762316e72de3667fa90b45a2eef9c7ef295f9f8.tar.gz
nixpkgs-a762316e72de3667fa90b45a2eef9c7ef295f9f8.tar.bz2
nixpkgs-a762316e72de3667fa90b45a2eef9c7ef295f9f8.tar.lz
nixpkgs-a762316e72de3667fa90b45a2eef9c7ef295f9f8.tar.xz
nixpkgs-a762316e72de3667fa90b45a2eef9c7ef295f9f8.tar.zst
nixpkgs-a762316e72de3667fa90b45a2eef9c7ef295f9f8.zip
haskell simple-affine-space: Disable 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 50148b835c0..866b856864b 100644
--- a/pkgs/development/haskell-modules/configuration-common.nix
+++ b/pkgs/development/haskell-modules/configuration-common.nix
@@ -177,6 +177,9 @@ self: super: {
   # Test suite build depends on ancient tasty 0.11.x.
   cryptohash-sha512 = dontCheck super.cryptohash-sha512;
 
+  # Test suite depends on source code being available
+  simple-affine-space = dontCheck super.simple-affine-space;
+
   # https://github.com/kazu-yamamoto/simple-sendfile/issues/17
   simple-sendfile = dontCheck super.simple-sendfile;