Merge pull request #323994 from cyberus-technology/ovn-set-localstatedir

ovn: fix ovn trying to create socket in nix store
This commit is contained in:
Adam C. Stephens
2024-07-02 07:07:43 -04:00
committed by GitHub
+4
View File
@@ -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