ovn: fix ovn trying to create socket in nix store

This commit is contained in:
Alexander Sieg 2024-07-02 11:53:34 +02:00
parent c5bcace211
commit 35cea338a5
No known key found for this signature in database

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