Fix flash player's runtime deps

svn path=/nixpkgs/trunk/; revision=26730
This commit is contained in:
Evgeny Egorochkin 2011-04-07 09:21:24 +00:00
parent 576eb992a4
commit e735de47f3
2 changed files with 3 additions and 2 deletions

View File

@ -17,6 +17,7 @@
, pango
, cairo
, atk
, gdk_pixbuf
, debug ? false
/* you have to add ~/mm.cfg :
@ -75,7 +76,7 @@ stdenv.mkDerivation {
rpath = stdenv.lib.makeLibraryPath
[ zlib alsaLib curl nss nspr fontconfig freetype expat libX11
libXext libXrender libXt gtk glib pango atk cairo
libXext libXrender libXt gtk glib pango atk cairo gdk_pixbuf
];
buildPhase = ":";

View File

@ -6101,7 +6101,7 @@ let
import ../applications/networking/browsers/mozilla-plugins/flashplayer-10 {
inherit fetchurl stdenv zlib alsaLib curl nss nspr fontconfig freetype expat cairo;
inherit (xlibs) libX11 libXext libXrender libXt ;
inherit (gtkLibs) gtk glib pango atk;
inherit (gtkLibs) gtk glib pango atk gdk_pixbuf;
debug = getConfig ["flashplayer" "debug"] false;
});