treewide: Mass replace 'libjpeg}/lib' to refer the 'out' output

+3 -3
+1 -1
pkgs/applications/video/avxsynth/default.nix
··· 24 "--enable-subtitle" 25 "--enable-ffms2" 26 (enableFeature avxeditSupport "avxedit") 27 - "--with-jpeg=${libjpeg}/lib" 28 ]; 29 30 nativeBuildInputs = [ autoreconfHook pkgconfig ];
··· 24 "--enable-subtitle" 25 "--enable-ffms2" 26 (enableFeature avxeditSupport "avxedit") 27 + "--with-jpeg=${libjpeg.out}/lib" 28 ]; 29 30 nativeBuildInputs = [ autoreconfHook pkgconfig ];
+1 -1
pkgs/tools/graphics/graphviz/2.0.nix
··· 18 [ "--with-pngincludedir=${libpng}/include" 19 "--with-pnglibdir=${libpng}/lib" 20 "--with-jpegincludedir=${libjpeg}/include" 21 - "--with-jpeglibdir=${libjpeg}/lib" 22 "--with-expatincludedir=${expat}/include" 23 "--with-expatlibdir=${expat.out}/lib" 24 ]
··· 18 [ "--with-pngincludedir=${libpng}/include" 19 "--with-pnglibdir=${libpng}/lib" 20 "--with-jpegincludedir=${libjpeg}/include" 21 + "--with-jpeglibdir=${libjpeg.out}/lib" 22 "--with-expatincludedir=${expat}/include" 23 "--with-expatlibdir=${expat.out}/lib" 24 ]
+1 -1
pkgs/tools/graphics/graphviz/2.32.nix
··· 23 [ "--with-pngincludedir=${libpng}/include" 24 "--with-pnglibdir=${libpng}/lib" 25 "--with-jpegincludedir=${libjpeg}/include" 26 - "--with-jpeglibdir=${libjpeg}/lib" 27 "--with-expatincludedir=${expat}/include" 28 "--with-expatlibdir=${expat.out}/lib" 29 "--with-cgraph=no"
··· 23 [ "--with-pngincludedir=${libpng}/include" 24 "--with-pnglibdir=${libpng}/lib" 25 "--with-jpegincludedir=${libjpeg}/include" 26 + "--with-jpeglibdir=${libjpeg.out}/lib" 27 "--with-expatincludedir=${expat}/include" 28 "--with-expatlibdir=${expat.out}/lib" 29 "--with-cgraph=no"