robo3t: add libGL library fix #39817
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
{ stdenv, fetchurl, zlib, glib, xorg, dbus, fontconfig,
|
{ stdenv, fetchurl, zlib, glib, xorg, dbus, fontconfig, libGL,
|
||||||
freetype, xkeyboard_config, makeDesktopItem, makeWrapper }:
|
freetype, xkeyboard_config, makeDesktopItem, makeWrapper }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
@@ -41,6 +41,7 @@ stdenv.mkDerivation rec {
|
|||||||
dbus
|
dbus
|
||||||
fontconfig
|
fontconfig
|
||||||
freetype
|
freetype
|
||||||
|
libGL
|
||||||
];
|
];
|
||||||
|
|
||||||
installPhase = ''
|
installPhase = ''
|
||||||
|
|||||||
Reference in New Issue
Block a user