Unverified Commit 35cea338 authored by Alexander Sieg's avatar Alexander Sieg
Browse files

ovn: fix ovn trying to create socket in nix store

parent c5bcace2
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -58,6 +58,10 @@ stdenv.mkDerivation rec {
    popd
  '';

  configureFlags = [
    "--localstatedir=/var"
  ];

  enableParallelBuilding = true;

  # disable tests due to networking issues and because individual tests can't be skipped easily