1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

Merge pull request #39818 from LightDiscord/fix/39817

robo3t: add libGL
This commit is contained in:
xeji 2018-05-02 21:41:58 +02:00 committed by GitHub
commit 93dc75d98a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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