Merge pull request #307023 from carjorvaz/patch-1

pyglet: fix ffmpeg dependency
This commit is contained in:
Artturin 2024-05-03 19:43:04 +03:00 committed by GitHub
commit 821fff781e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -62,7 +62,7 @@ buildPythonPackage rec {
elif name == 'freetype':
path = '${freetype}/lib/libfreetype${ext}'
elif name[0:2] == 'av' or name[0:2] == 'sw':
path = '${ffmpeg-full}/lib/lib' + name + '${ext}'
path = '${lib.getLib ffmpeg-full}/lib/lib' + name + '${ext}'
elif name == 'openal':
path = '${openal}/lib/libopenal${ext}'
elif name == 'pulse':