From e735de47f34276480831226a496516eaa756965c Mon Sep 17 00:00:00 2001 From: Evgeny Egorochkin Date: Thu, 7 Apr 2011 09:21:24 +0000 Subject: [PATCH] Fix flash player's runtime deps svn path=/nixpkgs/trunk/; revision=26730 --- .../browsers/mozilla-plugins/flashplayer-10/default.nix | 3 ++- pkgs/top-level/all-packages.nix | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/pkgs/applications/networking/browsers/mozilla-plugins/flashplayer-10/default.nix b/pkgs/applications/networking/browsers/mozilla-plugins/flashplayer-10/default.nix index 406e3b9a3d3..bada5ab8a1b 100644 --- a/pkgs/applications/networking/browsers/mozilla-plugins/flashplayer-10/default.nix +++ b/pkgs/applications/networking/browsers/mozilla-plugins/flashplayer-10/default.nix @@ -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 = ":"; diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix index 13a78176878..85fbef69f3e 100644 --- a/pkgs/top-level/all-packages.nix +++ b/pkgs/top-level/all-packages.nix @@ -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; });