Skip to content

Commit

Permalink
[Backport release-24.11] ovn: fix missing ovs-lib (#366037)
Browse files Browse the repository at this point in the history
  • Loading branch information
adamcstephens authored Dec 22, 2024
2 parents 814c100 + ce22625 commit d34c3a3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pkgs/by-name/ov/ovn/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit d34c3a3

Please sign in to comment.