From a03e04834841ec739004f7cac9b380415172d622 Mon Sep 17 00:00:00 2001 From: Mario Rodas Date: Sun, 31 May 2020 11:00:00 -0500 Subject: [PATCH] haskellPackages.cachix: dontCheck --- 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 e231e7d6bcb..fac09001087 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -137,6 +137,9 @@ self: super: { then super.conduit-extra.overrideAttrs (drv: { __darwinAllowLocalNetworking = true; }) else super.conduit-extra; + # https://github.com/cachix/cachix/issues/308 + cachix = dontCheck super.cachix; + # Fix Darwin build. halive = if pkgs.stdenv.isDarwin then addBuildDepend super.halive pkgs.darwin.apple_sdk.frameworks.AppKit