From 636a1226a893de34207f4737f6a45552efc65f0a Mon Sep 17 00:00:00 2001 From: Marc Scholten Date: Sun, 7 Apr 2024 12:05:12 +0200 Subject: [PATCH] haskellPackages.zip: Don't check Tests fail on macOS right now https://github.com/mrkkrp/zip/issues/112 --- pkgs/development/haskell-modules/configuration-darwin.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/development/haskell-modules/configuration-darwin.nix b/pkgs/development/haskell-modules/configuration-darwin.nix index 3c8b742254a8..480059de14c0 100644 --- a/pkgs/development/haskell-modules/configuration-darwin.nix +++ b/pkgs/development/haskell-modules/configuration-darwin.nix @@ -303,6 +303,8 @@ self: super: ({ stripLen = 1; }) super.inline-c-cpp; + # Tests fail on macOS https://github.com/mrkkrp/zip/issues/112 + zip = dontCheck super.zip; } // lib.optionalAttrs pkgs.stdenv.isAarch64 { # aarch64-darwin # https://github.com/fpco/unliftio/issues/87