pythonPackages.pyglet: fix libGLU path

This commit is contained in:
Fabian Möller 2019-11-26 16:38:22 +01:00 committed by Frederik Rietdijk
parent 06a054e6eb
commit 735590c765

View File

@ -37,7 +37,7 @@ buildPythonPackage rec {
if name == 'GL':
path = '${libGL}/lib/libGL${ext}'
elif name == 'GLU':
path = '${libGL}/lib/libGLU${ext}'
path = '${libGLU}/lib/libGLU${ext}'
elif name == 'c':
path = '${glibc}/lib/libc${ext}.6'
elif name == 'X11':