···3737 substituteInPlace $out/lib/systemd/system/wg-quick@.service \
3838 --replace /usr/bin $out/bin
3939 '' + lib.optionalString stdenv.isLinux ''
4040- # we want to allow users to provide their own resolvconf implementation, i.e. the one provided by systemd-resolved
4140 for f in $out/bin/*; do
4242- wrapProgram $f \
4343- --prefix PATH : ${lib.makeBinPath [ procps iproute2 iptables ]} \
4444- --suffix PATH : ${lib.makeBinPath [ openresolv ]}
4141+ wrapProgram $f --prefix PATH : ${lib.makeBinPath [ procps iproute2 iptables openresolv ]}
4542 done
4643 '' + lib.optionalString stdenv.isDarwin ''
4744 for f in $out/bin/*; do