forked from mirrors/nixpkgs
cachix: enable tests
This commit is contained in:
parent
83b91ab712
commit
2685baf973
|
@ -137,9 +137,6 @@ self: super: {
|
||||||
then super.conduit-extra.overrideAttrs (drv: { __darwinAllowLocalNetworking = true; })
|
then super.conduit-extra.overrideAttrs (drv: { __darwinAllowLocalNetworking = true; })
|
||||||
else super.conduit-extra;
|
else super.conduit-extra;
|
||||||
|
|
||||||
# https://github.com/cachix/cachix/issues/308
|
|
||||||
cachix = dontCheck super.cachix;
|
|
||||||
|
|
||||||
# Fix Darwin build.
|
# Fix Darwin build.
|
||||||
halive = if pkgs.stdenv.isDarwin
|
halive = if pkgs.stdenv.isDarwin
|
||||||
then addBuildDepend super.halive pkgs.darwin.apple_sdk.frameworks.AppKit
|
then addBuildDepend super.halive pkgs.darwin.apple_sdk.frameworks.AppKit
|
||||||
|
|
Loading…
Reference in a new issue