flashplayer-11: Add missing rpath to libnss.

This was missing in the previous update as well, and no one seemed to notice it,
including myself? Anyway, it's now fixed.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
This commit is contained in:
aszlig
2013-02-28 01:24:41 +01:00
parent adef38370c
commit 4f4dc40099
@@ -19,6 +19,7 @@
, cairo , cairo
, atk , atk
, gdk_pixbuf , gdk_pixbuf
, nss
, debug ? false , debug ? false
/* you have to add ~/mm.cfg : /* you have to add ~/mm.cfg :
@@ -78,7 +79,7 @@ stdenv.mkDerivation {
rpath = stdenv.lib.makeLibraryPath rpath = stdenv.lib.makeLibraryPath
[ zlib alsaLib curl nspr fontconfig freetype expat libX11 [ zlib alsaLib curl nspr fontconfig freetype expat libX11
libXext libXrender libXcursor libXt gtk glib pango atk cairo gdk_pixbuf libXext libXrender libXcursor libXt gtk glib pango atk cairo gdk_pixbuf
libvdpau libvdpau nss
]; ];
buildPhase = ":"; buildPhase = ":";