mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-05-11 10:47:02 +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
1 changed files with 2 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue