1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-22 21:50:55 +00:00

Flash player: part 2

svn path=/nixpkgs/trunk/; revision=23934
This commit is contained in:
Evgeny Egorochkin 2010-09-26 05:05:24 +00:00
parent e91ff5eabd
commit e41a0ef012

View file

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