Flash player: works in Konqueror now, fixed missing library link.

Fixed hash: Stupid Adobe changed the file again :(

svn path=/nixpkgs/trunk/; revision=23931
This commit is contained in:
Evgeny Egorochkin 2010-09-26 03:22:55 +00:00
parent 80aed14c87
commit 0488c4516a

View File

@ -15,6 +15,7 @@
, gtk , gtk
, glib , glib
, pango , pango
, cairo
, atk , atk
, debug ? false , debug ? false
@ -53,7 +54,7 @@ let
} else { } else {
version = "10.1.82.76"; version = "10.1.82.76";
url = http://fpdownload.macromedia.com/get/flashplayer/current/install_flash_player_10_linux.tar.gz; 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"; else throw "flashplayer is not supported on this platform";
@ -74,7 +75,7 @@ stdenv.mkDerivation {
rpath = stdenv.lib.makeLibraryPath rpath = stdenv.lib.makeLibraryPath
[ zlib alsaLib curl nss nspr fontconfig freetype expat libX11 [ 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 = ":"; buildPhase = ":";