pythonPackages.pyglet: 1.3.2 -> 1.4.2
This commit is contained in:
parent
062a4d4081
commit
2d5aa98874
1 changed files with 2 additions and 0 deletions
|
@ -43,6 +43,8 @@ buildPythonPackage rec {
|
|||
path = '${gtk2-x11}/lib/libgdk-x11-2.0${ext}'
|
||||
elif name == 'gdk_pixbuf-2.0':
|
||||
path = '${gdk-pixbuf}/lib/libgdk_pixbuf-2.0${ext}'
|
||||
elif name == 'Xext':
|
||||
path = '${xorg.libXext}/lib/libXext${ext}'
|
||||
if path is not None:
|
||||
return ctypes.cdll.LoadLibrary(path)
|
||||
raise Exception("Could not load library {}".format(names))
|
||||
|
|
Loading…
Reference in a new issue