From 0488c4516a1f3c1f6fe932305e87f7ea3eb86ffb Mon Sep 17 00:00:00 2001 From: Evgeny Egorochkin Date: Sun, 26 Sep 2010 03:22:55 +0000 Subject: [PATCH] Flash player: works in Konqueror now, fixed missing library link. Fixed hash: Stupid Adobe changed the file again :( svn path=/nixpkgs/trunk/; revision=23931 --- .../browsers/mozilla-plugins/flashplayer-10/default.nix | 5 +++-- 1 file 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 527108a2197..4e8747a5fec 100644 --- a/pkgs/applications/networking/browsers/mozilla-plugins/flashplayer-10/default.nix +++ b/pkgs/applications/networking/browsers/mozilla-plugins/flashplayer-10/default.nix @@ -15,6 +15,7 @@ , gtk , glib , pango +, cairo , atk , debug ? false @@ -53,7 +54,7 @@ let } else { version = "10.1.82.76"; url = http://fpdownload.macromedia.com/get/flashplayer/current/install_flash_player_10_linux.tar.gz; - sha256 = "c6f8831ce648e7fa8e037f1fa8362d2d998cae0e06490e792bcd5871f3eb936a"; + sha256 = "7f0e57febd1ca96af626ca1b7f4f95b42eee4ef687ead6853fd49c5517089087"; } else throw "flashplayer is not supported on this platform"; @@ -74,7 +75,7 @@ stdenv.mkDerivation { rpath = stdenv.lib.makeLibraryPath [ zlib alsaLib curl nss nspr fontconfig freetype expat libX11 - libXext libXrender libXt gtk glib pango atk + libXext libXrender libXt gtk glib pango atk cairo ]; buildPhase = ":";