Unverified Commit 4e30f769 authored by Ryan Burns's avatar Ryan Burns Committed by GitHub
Browse files

bpkg: re-enable darwin tests (#432265)

parents 0eaffa3f 9cf01873
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 = ''