treewide: Get rid of libGLU_combined

This commit is contained in:
adisbladis
2019-11-10 16:44:34 +00:00
parent e6963bc983
commit c9d8624ccd
241 changed files with 518 additions and 516 deletions

View File

@@ -1,7 +1,8 @@
{ stdenv
, buildPythonPackage
, fetchPypi
, libGLU_combined
, libGL
, libGLU
, xorg
, future
, pytest
@@ -34,9 +35,9 @@ buildPythonPackage rec {
for name in names:
path = None
if name == 'GL':
path = '${libGLU_combined}/lib/libGL${ext}'
path = '${libGL}/lib/libGL${ext}'
elif name == 'GLU':
path = '${libGLU_combined}/lib/libGLU${ext}'
path = '${libGL}/lib/libGLU${ext}'
elif name == 'c':
path = '${glibc}/lib/libc${ext}.6'
elif name == 'X11':