Commit 9cf01873 authored by Olivér Falvai's avatar Olivér Falvai
Browse files

bpkg: re-enable darwin tests

parent ee783ddc
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -44,7 +44,7 @@ stdenv.mkDerivation rec {
    openssl
  ];

  doCheck = !stdenv.hostPlatform.isDarwin; # tests hang
  doCheck = true;

  # Failing test
  postPatch = ''