ovn: fix ovn trying to create socket in nix store
This commit is contained in:
parent
c5bcace211
commit
35cea338a5
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user