haskellPackages.warp: skip tests on darwin due to sandbox (#526369)

This commit is contained in:
Wolfgang Walther
2026-06-01 17:44:03 +00:00
committed by GitHub
@@ -294,6 +294,12 @@ self: super:
warp = overrideCabal (drv: {
__darwinAllowLocalNetworking = true;
# These fail in darwin sandbox with:
# Network.SendFile.MacOS.sendloopHeader: permission denied (Operation not permitted)
testFlags = drv.testFlags or [ ] ++ [
"--skip=/Response/range requests/"
"--skip=/Response/partial files/"
];
}) super.warp;
ghcjs-dom-hello = overrideCabal (drv: {