* Remove builder attributes.

* MPlayer: pass stdenv to w32codecs.

svn path=/nixpkgs/trunk/; revision=882
This commit is contained in:
Eelco Dolstra
2004-03-30 15:15:19 +00:00
parent 01a1658c6b
commit 5a4de2c5de
13 changed files with 1 additions and 13 deletions

View File

@@ -2,7 +2,6 @@
stdenv.mkDerivation {
name = "wget-1.9.1";
builder = ./builder.sh;
src = fetchurl {
url = ftp://ftp.nl.net/pub/gnu/wget/wget-1.9.1.tar.gz;
md5 = "e6051f1e1487ec0ebfdbda72bedc70ad";