summary refs log tree commit diff
path: root/pkgs/applications/video
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2004-03-30 15:15:19 +0000
committerEelco Dolstra <eelco.dolstra@logicblox.com>2004-03-30 15:15:19 +0000
commit5a4de2c5de00ffb8fd5428d99e2ec9ce0bdb3564 (patch)
tree6af3449aadb7b7a412c7dfdbcb15c3dd4bcf7db6 /pkgs/applications/video
parent01a1658c6b8cdf75ad87ea24d1f82bc6c17670d4 (diff)
downloadnixlib-5a4de2c5de00ffb8fd5428d99e2ec9ce0bdb3564.tar
nixlib-5a4de2c5de00ffb8fd5428d99e2ec9ce0bdb3564.tar.gz
nixlib-5a4de2c5de00ffb8fd5428d99e2ec9ce0bdb3564.tar.bz2
nixlib-5a4de2c5de00ffb8fd5428d99e2ec9ce0bdb3564.tar.lz
nixlib-5a4de2c5de00ffb8fd5428d99e2ec9ce0bdb3564.tar.xz
nixlib-5a4de2c5de00ffb8fd5428d99e2ec9ce0bdb3564.tar.zst
nixlib-5a4de2c5de00ffb8fd5428d99e2ec9ce0bdb3564.zip
* Remove builder attributes.
* MPlayer: pass stdenv to w32codecs.

svn path=/nixpkgs/trunk/; revision=882
Diffstat (limited to 'pkgs/applications/video')
-rw-r--r--pkgs/applications/video/MPlayer/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/video/MPlayer/default.nix b/pkgs/applications/video/MPlayer/default.nix
index 6ce6441751ae..690994496650 100644
--- a/pkgs/applications/video/MPlayer/default.nix
+++ b/pkgs/applications/video/MPlayer/default.nix
@@ -23,6 +23,6 @@ stdenv.mkDerivation {
   freetype = freetype;
   alsa = if alsaSupport then alsa else null;
   win32codecs = (import ./win32codecs) {
-    fetchurl = fetchurl;
+    inherit stdenv fetchurl;
   };
 }