racket: add libGL and libGLU to libPath

The sgl collection loads them over FFI.

Closes #52990
This commit is contained in:
Claes Wallin (韋嘉誠) 2019-02-01 01:17:39 +08:00
parent f94e0252f3
commit e43a4fa9ce

@ -4,6 +4,8 @@
, gtk3
, libedit, libffi
, libiconv
, libGL
, libGLU
, libjpeg
, libpng, libtool, mpfr, openssl, pango, poppler
, readline, sqlite
@ -27,6 +29,8 @@ let
gtk3
gsettings-desktop-schemas
libedit
libGL
libGLU
libjpeg
libpng
mpfr