Flashplayer: add libXcursor to the RPATH
This prevented Flash from working after the last update.
This commit is contained in:
parent
c592992b14
commit
99f38ee7a5
@ -11,6 +11,7 @@
|
||||
, libX11
|
||||
, libXext
|
||||
, libXrender
|
||||
, libXcursor
|
||||
, libXt
|
||||
, gtk
|
||||
, glib
|
||||
@ -76,7 +77,7 @@ stdenv.mkDerivation {
|
||||
|
||||
rpath = stdenv.lib.makeLibraryPath
|
||||
[ zlib alsaLib curl nss nspr fontconfig freetype expat libX11
|
||||
libXext libXrender libXt gtk glib pango atk cairo gdk_pixbuf
|
||||
libXext libXrender libXcursor libXt gtk glib pango atk cairo gdk_pixbuf
|
||||
];
|
||||
|
||||
buildPhase = ":";
|
||||
|
Loading…
Reference in New Issue
Block a user