summary refs log tree commit diff
path: root/pkgs/tools/cd-dvd/unetbootin
diff options
context:
space:
mode:
authorTuomas Tynkkynen <tuomas@tuxera.com>2016-08-23 01:06:51 +0300
committerTuomas Tynkkynen <tuomas@tuxera.com>2016-08-23 01:18:10 +0300
commit74a3a2cd7e409062ad3efa61e84d366a8f67c853 (patch)
tree3c12e08e51c0d1a2ec942ca02cb9cdbcc407b35d /pkgs/tools/cd-dvd/unetbootin
parentc2553952195cb390c9ae65e2a31ad02cc82d0f76 (diff)
downloadnixpkgs-74a3a2cd7e409062ad3efa61e84d366a8f67c853.tar
nixpkgs-74a3a2cd7e409062ad3efa61e84d366a8f67c853.tar.gz
nixpkgs-74a3a2cd7e409062ad3efa61e84d366a8f67c853.tar.bz2
nixpkgs-74a3a2cd7e409062ad3efa61e84d366a8f67c853.tar.lz
nixpkgs-74a3a2cd7e409062ad3efa61e84d366a8f67c853.tar.xz
nixpkgs-74a3a2cd7e409062ad3efa61e84d366a8f67c853.tar.zst
nixpkgs-74a3a2cd7e409062ad3efa61e84d366a8f67c853.zip
treewide: Use makeBinPath
Diffstat (limited to 'pkgs/tools/cd-dvd/unetbootin')
-rw-r--r--pkgs/tools/cd-dvd/unetbootin/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/cd-dvd/unetbootin/default.nix b/pkgs/tools/cd-dvd/unetbootin/default.nix
index bf8cefd057e..7d4a341f555 100644
--- a/pkgs/tools/cd-dvd/unetbootin/default.nix
+++ b/pkgs/tools/cd-dvd/unetbootin/default.nix
@@ -46,7 +46,7 @@ stdenv.mkDerivation rec {
     cp unetbootin.desktop $out/share/applications
 
     wrapProgram $out/bin/unetbootin \
-      --prefix PATH : ${which}/bin:${p7zip}/bin:${mtools}/bin
+      --prefix PATH : ${stdenv.lib.makeBinPath [ which p7zip mtools ]}
   '';
 
   meta = with stdenv.lib; {