Loading
python3Packages.yt-dlp: exclude secretstorage dependency on Darwin
secretstorage is used as an optional dependency to decrypt cookies from browsers that use the D-Bus Secret Service, such as Chromium on Linux. Exclude secretstorage by default on Darwin as it not needed to decrypt browser cookies. This also avoids bringing in various D-Bus dependencies which are currently broken on Darwin (see #493775).