spotify-ripper: force setuptools build

This commit is contained in:
2025-07-19 16:14:33 +10:00
parent 5a6dd50718
commit 6df2a1a659

View File

@ -55,6 +55,8 @@ python3Packages.buildPythonApplication rec {
(if opusSupport then opusTools else null) (if opusSupport then opusTools else null)
]; ];
format = "setuptools";
# Remove impure executables. # Remove impure executables.
patches = [ ./fix-setup.patch ]; patches = [ ./fix-setup.patch ];