Skip to content

Commit 8c8c5ab

Browse files
committed
1 parent 66a5440 commit 8c8c5ab

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

pkgs/by-name/ov/ovn/package.nix

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@
1515
unbound,
1616
xdp-tools,
1717
openvswitch,
18+
gawk,
19+
coreutils,
20+
gnugrep,
21+
gnused,
1822
makeWrapper,
1923
}:
2024
let
@@ -117,7 +121,15 @@ stdenv.mkDerivation (finalAttrs: {
117121
ln -s ${openvswitch}/share/openvswitch/scripts/ovs-lib $out/share/openvswitch/scripts/ovs-lib
118122
119123
wrapProgram $out/share/ovn/scripts/ovn-ctl \
120-
--prefix PATH : ${lib.makeBinPath [ openvswitch ]}
124+
--prefix PATH : ${
125+
lib.makeBinPath [
126+
openvswitch
127+
gawk
128+
coreutils # tr
129+
gnugrep
130+
gnused
131+
]
132+
}
121133
'';
122134

123135
env = {

0 commit comments

Comments
 (0)