1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-21 05:00:16 +00:00

robo3t: add libGL library fix #39817

This commit is contained in:
LightDiscord 2018-05-01 18:39:03 +02:00
parent ec95624d81
commit 2b159d94a2
No known key found for this signature in database
GPG key ID: 85B3F4D456AD3E66

View file

@ -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 = ''