* 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:
@@ -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;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user