summary refs log tree commit diff
path: root/pkgs-ng/system/all-packages-generic.fix
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2003-11-11 15:01:07 +0000
committerEelco Dolstra <eelco.dolstra@logicblox.com>2003-11-11 15:01:07 +0000
commite9ce152222a50750903488659385a280617a9664 (patch)
treef9fb9cb1d651b0efffc2536231e006f503e5723b /pkgs-ng/system/all-packages-generic.fix
parentb1741cb2b15cc32a093949fc82d4d4787b1b25c5 (diff)
downloadnixpkgs-e9ce152222a50750903488659385a280617a9664.tar
nixpkgs-e9ce152222a50750903488659385a280617a9664.tar.gz
nixpkgs-e9ce152222a50750903488659385a280617a9664.tar.bz2
nixpkgs-e9ce152222a50750903488659385a280617a9664.tar.lz
nixpkgs-e9ce152222a50750903488659385a280617a9664.tar.xz
nixpkgs-e9ce152222a50750903488659385a280617a9664.tar.zst
nixpkgs-e9ce152222a50750903488659385a280617a9664.zip
* MPlayer.
svn path=/nixpkgs/trunk/; revision=495
Diffstat (limited to 'pkgs-ng/system/all-packages-generic.fix')
-rw-r--r--pkgs-ng/system/all-packages-generic.fix7
1 files changed, 7 insertions, 0 deletions
diff --git a/pkgs-ng/system/all-packages-generic.fix b/pkgs-ng/system/all-packages-generic.fix
index 6f411aa5d9a..fcaca8b4739 100644
--- a/pkgs-ng/system/all-packages-generic.fix
+++ b/pkgs-ng/system/all-packages-generic.fix
@@ -370,4 +370,11 @@
     libIDL = libIDL;
   };
 
+  MPlayer = (import ../applications/video/MPlayer) {
+    fetchurl = fetchurl;
+    stdenv = stdenv;
+    x11 = xfree86;
+    freetype = freetype;
+  };
+
 }