bpkg: re-enable darwin tests (#432265)
This commit is contained in:
@@ -44,7 +44,7 @@ stdenv.mkDerivation rec {
|
||||
openssl
|
||||
];
|
||||
|
||||
doCheck = !stdenv.hostPlatform.isDarwin; # tests hang
|
||||
doCheck = true;
|
||||
|
||||
# Failing test
|
||||
postPatch = ''
|
||||
|
||||
Reference in New Issue
Block a user