python3Packages.disnake: fix build

This commit is contained in:
Sigmanificient
2026-03-24 01:18:34 +01:00
parent bd4c47d4c2
commit a19c7fcef4
@@ -4,6 +4,7 @@
aiohttp,
buildPythonPackage,
fetchFromGitHub,
typing-extensions,
libopus,
pynacl,
withVoice ? true,
@@ -26,6 +27,7 @@ buildPythonPackage rec {
dependencies = [
aiohttp
typing-extensions
]
++ lib.optionals withVoice [
libopus