haskellPackages.socket-unix: avoid race condition due to tasty-1.5.4

This commit is contained in:
sternenseemann
2026-04-06 15:54:08 +02:00
parent 39a77b8312
commit c5c3522cf9
@@ -393,6 +393,10 @@ with haskellLib;
hash = "sha256-21qkRFnRF6nuM1BILps8o5A/QvaVQ6SkKxO0u2goXos=";
})
] super.socket;
# https://github.com/flip111/haskell-socket-unix/issues/1
socket-unix = overrideCabal (drv: {
testFlags = drv.testFlags or [ ] ++ [ "-j1" ];
}) super.socket-unix;
# Expected failures are fixed as of GHC-9.10,
# but the tests haven't been updated yet.