yt-dlp: fix build for structuredAttrs (#485389)

This commit is contained in:
Sandro
2026-01-30 16:55:03 +00:00
committed by GitHub
+4 -1
View File
@@ -100,7 +100,10 @@ python3Packages.buildPythonApplication rec {
++ lib.optional rtmpSupport rtmpdump;
in
lib.optionals (packagesToBinPath != [ ]) [
''--prefix PATH : "${lib.makeBinPath packagesToBinPath}"''
"--prefix"
"PATH"
":"
''"${lib.makeBinPath packagesToBinPath}"''
];
checkPhase = ''