bpkg: re-enable darwin tests (#432265)

This commit is contained in:
Ryan Burns
2025-08-09 13:00:16 -07:00
committed by GitHub
@@ -44,7 +44,7 @@ stdenv.mkDerivation rec {
openssl
];
doCheck = !stdenv.hostPlatform.isDarwin; # tests hang
doCheck = true;
# Failing test
postPatch = ''