* MPlayer had an undeclared dependency on zlib; found using the

improved purity enforcement in the gcc/ld-wrappers.

svn path=/nixpkgs/trunk/; revision=898
This commit is contained in:
Eelco Dolstra
2004-04-01 18:06:09 +00:00
parent 6d3efc40c1
commit 2b58d63ab6
4 changed files with 28 additions and 25 deletions

View File

@@ -696,7 +696,7 @@ rec {
};
MPlayer = (import ../applications/video/MPlayer) {
inherit fetchurl stdenv freetype x11;
inherit fetchurl stdenv freetype x11 zlib;
alsaSupport = true;
alsa = alsaLib;
};