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:
parent
e91ff5eabd
commit
e41a0ef012
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue