* 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

@@ -11,7 +11,6 @@ assert gtk.glib == gnet.glib;
stdenv.mkDerivation {
name = "pan-0.14.2.91";
builder = ./builder.sh;
src = fetchurl {
url = http://pan.rebelbase.com/download/releases/0.14.2.91/SOURCE/pan-0.14.2.91.tar.bz2;
md5 = "4770d899a1c1ba968ce96bc5aeb07b62";

View File

@@ -23,6 +23,6 @@ stdenv.mkDerivation {
freetype = freetype;
alsa = if alsaSupport then alsa else null;
win32codecs = (import ./win32codecs) {
fetchurl = fetchurl;
inherit stdenv fetchurl;
};
}