Merge pull request #89272 from marsam/disable-check-cachix

haskellPackages.cachix: dontCheck
This commit is contained in:
Domen Kožar 2020-06-01 13:46:09 +02:00 committed by GitHub
commit 48fc7fce1c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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