google-talk-plugin: Use mesa_noglu instead of mesa
This commit is contained in:
parent
9354e0e518
commit
62f055af47
|
@ -1,4 +1,4 @@
|
|||
{ stdenv, fetchurl, rpm, cpio, mesa, xorg, cairo
|
||||
{ stdenv, fetchurl, rpm, cpio, mesa_noglu, xorg, cairo
|
||||
, libpng, gtk2, glib, gdk_pixbuf, fontconfig, freetype, curl
|
||||
, dbus_glib, alsaLib, libpulseaudio, systemd, pango
|
||||
}:
|
||||
|
@ -10,7 +10,7 @@ let
|
|||
baseURL = "http://dl.google.com/linux/talkplugin/deb/pool/main/g/google-talkplugin";
|
||||
|
||||
rpathPlugin = makeLibraryPath
|
||||
[ mesa
|
||||
[ mesa_noglu
|
||||
xorg.libXt
|
||||
xorg.libX11
|
||||
xorg.libXrender
|
||||
|
|
Loading…
Reference in New Issue