summary refs log tree commit diff
path: root/pkgs/development
diff options
context:
space:
mode:
authorMarek Mahut <marek.mahut@gmail.com>2019-07-21 11:53:23 +0200
committerFrederik Rietdijk <freddyrietdijk@fridh.nl>2019-07-22 11:36:15 +0200
commit16dec3974696dd2a83865f017402ac9fdfb8cf8a (patch)
treea741384fec53e4d79d8bef60f08a8c20e67a913b /pkgs/development
parent835f6b67bf65545db0259b6261aaae5a890be51f (diff)
downloadnixpkgs-16dec3974696dd2a83865f017402ac9fdfb8cf8a.tar
nixpkgs-16dec3974696dd2a83865f017402ac9fdfb8cf8a.tar.gz
nixpkgs-16dec3974696dd2a83865f017402ac9fdfb8cf8a.tar.bz2
nixpkgs-16dec3974696dd2a83865f017402ac9fdfb8cf8a.tar.lz
nixpkgs-16dec3974696dd2a83865f017402ac9fdfb8cf8a.tar.xz
nixpkgs-16dec3974696dd2a83865f017402ac9fdfb8cf8a.tar.zst
nixpkgs-16dec3974696dd2a83865f017402ac9fdfb8cf8a.zip
haskellPackages.zip-archive: disable tests
(cherry picked from commit d6059ae25c6a8e4f4191b568e74087640e07b93f)
Diffstat (limited to 'pkgs/development')
-rw-r--r--pkgs/development/haskell-modules/configuration-common.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix
index c975b1e2a2c..5cddf2f3672 100644
--- a/pkgs/development/haskell-modules/configuration-common.nix
+++ b/pkgs/development/haskell-modules/configuration-common.nix
@@ -386,6 +386,7 @@ self: super: {
   xsd = dontCheck super.xsd;
   snap-core = dontCheck super.snap-core;
   sourcemap = dontCheck super.sourcemap;
+  zip-archive = dontCheck super.zip-archive;  # https://github.com/jgm/zip-archive/issues/57
 
   # These test suites run for ages, even on a fast machine. This is nuts.
   Random123 = dontCheck super.Random123;