haskellPackages.cachix: dontCheck

wip/yesman
Mario Rodas 4 years ago
parent 56a111cec1
commit a03e048348
No known key found for this signature in database
GPG Key ID: 325649BCA6D53027
  1. 3
      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

Loading…
Cancel
Save