summary refs log tree commit diff
diff options
context:
space:
mode:
authorTuomas Tynkkynen <tuomas@tuxera.com>2016-02-01 20:46:15 +0200
committerTuomas Tynkkynen <tuomas@tuxera.com>2016-02-01 20:46:15 +0200
commit3cc7fa0be91ba9ac4dd9b96c551de79220b27704 (patch)
treee2cd73408e021f2ce784ce9cd33916128f70f1c7
parent0eb84e882bde4c539dc7c0e3f192cc5742f6a570 (diff)
downloadnixpkgs-3cc7fa0be91ba9ac4dd9b96c551de79220b27704.tar
nixpkgs-3cc7fa0be91ba9ac4dd9b96c551de79220b27704.tar.gz
nixpkgs-3cc7fa0be91ba9ac4dd9b96c551de79220b27704.tar.bz2
nixpkgs-3cc7fa0be91ba9ac4dd9b96c551de79220b27704.tar.lz
nixpkgs-3cc7fa0be91ba9ac4dd9b96c551de79220b27704.tar.xz
nixpkgs-3cc7fa0be91ba9ac4dd9b96c551de79220b27704.tar.zst
nixpkgs-3cc7fa0be91ba9ac4dd9b96c551de79220b27704.zip
treewide: Mass replace 'lzma}/bin' to refer the 'bin' output
-rw-r--r--pkgs/build-support/vm/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/build-support/vm/default.nix b/pkgs/build-support/vm/default.nix
index 2311b0d2fec..fffdc85d2bc 100644
--- a/pkgs/build-support/vm/default.nix
+++ b/pkgs/build-support/vm/default.nix
@@ -574,7 +574,7 @@ rec {
       buildCommand = ''
         ${createRootFS}
 
-        PATH=$PATH:${dpkg}/bin:${dpkg}/bin:${glibc.bin}/bin:${lzma}/bin
+        PATH=$PATH:${dpkg}/bin:${dpkg}/bin:${glibc.bin}/bin:${lzma.bin}/bin
 
         # Unpack the .debs.  We do this to prevent pre-install scripts
         # (which have lots of circular dependencies) from barfing.