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
|
, libpng, gtk2, glib, gdk_pixbuf, fontconfig, freetype, curl
|
||||||
, dbus_glib, alsaLib, libpulseaudio, systemd, pango
|
, dbus_glib, alsaLib, libpulseaudio, systemd, pango
|
||||||
}:
|
}:
|
||||||
@ -10,7 +10,7 @@ let
|
|||||||
baseURL = "http://dl.google.com/linux/talkplugin/deb/pool/main/g/google-talkplugin";
|
baseURL = "http://dl.google.com/linux/talkplugin/deb/pool/main/g/google-talkplugin";
|
||||||
|
|
||||||
rpathPlugin = makeLibraryPath
|
rpathPlugin = makeLibraryPath
|
||||||
[ mesa
|
[ mesa_noglu
|
||||||
xorg.libXt
|
xorg.libXt
|
||||||
xorg.libX11
|
xorg.libX11
|
||||||
xorg.libXrender
|
xorg.libXrender
|
||||||
|
Loading…
x
Reference in New Issue
Block a user