Files
nixpkgs/pkgs/development/python-modules/discordpy
Alex James 235cec51d3 python3Packages.discordpy: fix libopus path on Darwin
Darwin uses .dylib as the extension for dynamic libraries (unlike Linux
which uses .so). Replace the hardcoded extension with
stdenv.hostPlatform.extensions.sharedLibrary to fix Opus support on
darwin.
2023-07-15 23:46:17 -05:00
..