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 openssl 45 ]; 46 47 - doCheck = !stdenv.hostPlatform.isDarwin; # tests hang 48 49 # Failing test 50 postPatch = ''
··· 44 openssl 45 ]; 46 47 + doCheck = true; 48 49 # Failing test 50 postPatch = ''