treewide: Use makeBinPath
This commit is contained in:
@@ -15,7 +15,7 @@ stdenv.mkDerivation rec {
|
||||
install -Dm555 ovpn-learnaddress $out/libexec/openvpn/openvpn-learnaddress
|
||||
|
||||
wrapProgram $out/libexec/openvpn/openvpn-learnaddress \
|
||||
--prefix PATH : ${coreutils}/bin:${gawk}/bin:${utillinux}/bin
|
||||
--prefix PATH : ${stdenv.lib.makeBinPath [ coreutils gawk utillinux ]}
|
||||
'';
|
||||
|
||||
meta = {
|
||||
|
||||
Reference in New Issue
Block a user