ovn: fix missing ovs-lib (#365779)
This commit is contained in:
@@ -64,6 +64,11 @@ stdenv.mkDerivation rec {
|
||||
procps
|
||||
];
|
||||
|
||||
postInstall = ''
|
||||
mkdir -vp $out/share/openvswitch/scripts
|
||||
cp ovs/utilities/ovs-lib $out/share/openvswitch/scripts
|
||||
'';
|
||||
|
||||
# https://docs.ovn.org/en/latest/topics/testing.html
|
||||
preCheck = ''
|
||||
export TESTSUITEFLAGS="-j$NIX_BUILD_CORES"
|
||||
|
||||
Reference in New Issue
Block a user