mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 21:50:55 +00:00
Merge pull request #39818 from LightDiscord/fix/39817
robo3t: add libGL
This commit is contained in:
commit
93dc75d98a
|
@ -1,4 +1,4 @@
|
|||
{ stdenv, fetchurl, zlib, glib, xorg, dbus, fontconfig,
|
||||
{ stdenv, fetchurl, zlib, glib, xorg, dbus, fontconfig, libGL,
|
||||
freetype, xkeyboard_config, makeDesktopItem, makeWrapper }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
|
@ -41,6 +41,7 @@ stdenv.mkDerivation rec {
|
|||
dbus
|
||||
fontconfig
|
||||
freetype
|
||||
libGL
|
||||
];
|
||||
|
||||
installPhase = ''
|
||||
|
|
Loading…
Reference in a new issue