Commit e1ad9d38 authored by Gaetan Lepage's avatar Gaetan Lepage
Browse files

knot-dns: fix darwin build by allowing local networking in the sandbox

parent c992eb42
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -101,6 +101,8 @@ stdenv.mkDerivation rec {
    "-DNDEBUG"
  ];

  __darwinAllowLocalNetworking = true;

  doCheck = true;
  checkFlags = [ "V=1" ]; # verbose output in case some test fails
  doInstallCheck = true;