summary refs log tree commit diff
path: root/pkgs/system/all-packages-generic.nix
diff options
context:
space:
mode:
authorRob Vermaas <rob.vermaas@gmail.com>2005-03-18 08:10:35 +0000
committerRob Vermaas <rob.vermaas@gmail.com>2005-03-18 08:10:35 +0000
commit421d6ac92a9739c8ead51b4ce1557e47ff55d396 (patch)
treed22d35db8a496ae58bafa72cf1178064b25f5d95 /pkgs/system/all-packages-generic.nix
parent10e4887e50c7f25ca6539173d21415b9b3fa30f0 (diff)
downloadnixpkgs-421d6ac92a9739c8ead51b4ce1557e47ff55d396.tar
nixpkgs-421d6ac92a9739c8ead51b4ce1557e47ff55d396.tar.gz
nixpkgs-421d6ac92a9739c8ead51b4ce1557e47ff55d396.tar.bz2
nixpkgs-421d6ac92a9739c8ead51b4ce1557e47ff55d396.tar.lz
nixpkgs-421d6ac92a9739c8ead51b4ce1557e47ff55d396.tar.xz
nixpkgs-421d6ac92a9739c8ead51b4ce1557e47ff55d396.tar.zst
nixpkgs-421d6ac92a9739c8ead51b4ce1557e47ff55d396.zip
* mjpegtools 1.6.2
svn path=/nixpkgs/trunk/; revision=2429
Diffstat (limited to 'pkgs/system/all-packages-generic.nix')
-rw-r--r--pkgs/system/all-packages-generic.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/pkgs/system/all-packages-generic.nix b/pkgs/system/all-packages-generic.nix
index dfa7b4a530c..e9321e0e919 100644
--- a/pkgs/system/all-packages-generic.nix
+++ b/pkgs/system/all-packages-generic.nix
@@ -183,7 +183,8 @@ rec {
   };
 
   mjpegtools = (import ../tools/video/mjpegtools) {
-    inherit fetchurl stdenv;
+    inherit fetchurl stdenv libjpeg;
+    inherit (xlibs) libX11;
   };
  
   ### SHELLS