Skip to content

Commit

Permalink
open-vm-tools: use makeBinPath
Browse files Browse the repository at this point in the history
  • Loading branch information
dezgeg committed Aug 23, 2016
1 parent 005b644 commit 0f3c0e6
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions pkgs/applications/virtualization/open-vm-tools/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,7 @@ in stdenv.mkDerivation rec {
postInstall = ''
sed -i 's,which ,command -v ,' "$out/etc/vmware-tools/scripts/vmware/network"
wrapProgram "$out/etc/vmware-tools/scripts/vmware/network" \
--prefix PATH ':' "${iproute}/bin" \
--prefix PATH ':' "${dbus}/bin" \
--prefix PATH ':' "${systemd}/bin"
--prefix PATH ':' "${lib.makeBinPath [ iproute dbus systemd ]}"
'';

meta = with stdenv.lib; {
Expand Down

0 comments on commit 0f3c0e6

Please sign in to comment.