summary refs log tree commit diff
path: root/pkgs/applications/video/avxsynth
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/video/avxsynth')
-rw-r--r--pkgs/applications/video/avxsynth/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/video/avxsynth/default.nix b/pkgs/applications/video/avxsynth/default.nix
index d8ec715a38c..06dcaf31b44 100644
--- a/pkgs/applications/video/avxsynth/default.nix
+++ b/pkgs/applications/video/avxsynth/default.nix
@@ -24,7 +24,7 @@ stdenv.mkDerivation rec {
     "--enable-subtitle"
     "--enable-ffms2"
     (enableFeature avxeditSupport "avxedit")
-    "--with-jpeg=${libjpeg}/lib"
+    "--with-jpeg=${libjpeg.out}/lib"
   ];
 
   nativeBuildInputs = [ autoreconfHook pkgconfig ];