mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 23:20:55 +00:00
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:
parent
adef38370c
commit
4f4dc40099
|
@ -19,6 +19,7 @@
|
|||
, cairo
|
||||
, atk
|
||||
, gdk_pixbuf
|
||||
, nss
|
||||
, debug ? false
|
||||
|
||||
/* you have to add ~/mm.cfg :
|
||||
|
@ -78,7 +79,7 @@ stdenv.mkDerivation {
|
|||
rpath = stdenv.lib.makeLibraryPath
|
||||
[ zlib alsaLib curl nspr fontconfig freetype expat libX11
|
||||
libXext libXrender libXcursor libXt gtk glib pango atk cairo gdk_pixbuf
|
||||
libvdpau
|
||||
libvdpau nss
|
||||
];
|
||||
|
||||
buildPhase = ":";
|
||||
|
|
Loading…
Reference in a new issue