bpkg: re-enable darwin tests (#432265)

authored by Ryan Burns and committed by GitHub 4e30f769 0eaffa3f

+1 -1
+1 -1
pkgs/development/tools/build-managers/build2/bpkg.nix
··· 44 44 openssl 45 45 ]; 46 46 47 - doCheck = !stdenv.hostPlatform.isDarwin; # tests hang 47 + doCheck = true; 48 48 49 49 # Failing test 50 50 postPatch = ''