summary refs log tree commit diff
path: root/pkgs/tools
diff options
context:
space:
mode:
authorTuomas Tynkkynen <tuomas@tuxera.com>2016-02-01 20:46:10 +0200
committerTuomas Tynkkynen <tuomas@tuxera.com>2016-02-01 20:46:10 +0200
commit0eb84e882bde4c539dc7c0e3f192cc5742f6a570 (patch)
tree28771608d229d9ccb2d0eed1a455e8c02065a3a5 /pkgs/tools
parent76cfa449dc81cbc6d178ff4564cbc3211f0945aa (diff)
downloadnixlib-0eb84e882bde4c539dc7c0e3f192cc5742f6a570.tar
nixlib-0eb84e882bde4c539dc7c0e3f192cc5742f6a570.tar.gz
nixlib-0eb84e882bde4c539dc7c0e3f192cc5742f6a570.tar.bz2
nixlib-0eb84e882bde4c539dc7c0e3f192cc5742f6a570.tar.lz
nixlib-0eb84e882bde4c539dc7c0e3f192cc5742f6a570.tar.xz
nixlib-0eb84e882bde4c539dc7c0e3f192cc5742f6a570.tar.zst
nixlib-0eb84e882bde4c539dc7c0e3f192cc5742f6a570.zip
treewide: Mass replace 'libjpeg}/bin' to refer the 'bin' output
Diffstat (limited to 'pkgs/tools')
-rw-r--r--pkgs/tools/graphics/jhead/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/graphics/jhead/default.nix b/pkgs/tools/graphics/jhead/default.nix
index dfbd7c4e5e06..2fb1c9325c03 100644
--- a/pkgs/tools/graphics/jhead/default.nix
+++ b/pkgs/tools/graphics/jhead/default.nix
@@ -17,7 +17,7 @@ stdenv.mkDerivation rec {
 
     substituteInPlace jhead.c \
       --replace "\"   Compiled: \"__DATE__" "" \
-      --replace "jpegtran -trim" "${libjpeg}/bin/jpegtran -trim"
+      --replace "jpegtran -trim" "${libjpeg.bin}/bin/jpegtran -trim"
   '';
 
   installPhase = ''