bpkg: re-enable darwin tests

This commit is contained in:
Olivér Falvai
2025-08-09 15:44:19 +02:00
parent ee783ddc2c
commit 9cf01873ef
@@ -44,7 +44,7 @@ stdenv.mkDerivation rec {
openssl
];
doCheck = !stdenv.hostPlatform.isDarwin; # tests hang
doCheck = true;
# Failing test
postPatch = ''