Fix flash player's runtime deps
svn path=/nixpkgs/trunk/; revision=26730
This commit is contained in:
parent
576eb992a4
commit
e735de47f3
|
@ -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 = ":";
|
||||
|
|
|
@ -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;
|
||||
});
|
||||
|
||||
|
|
Loading…
Reference in New Issue