hypnotix: expand pythonPath bash array for structuredAttrs

This commit is contained in:
Stefan Frijters
2026-01-27 12:25:01 +01:00
parent 4ed2f7d408
commit f164ea3276
+1 -1
View File
@@ -76,7 +76,7 @@ stdenv.mkDerivation rec {
'';
preFixup = ''
buildPythonPath "$out $pythonPath"
buildPythonPath "$out ''${pythonPath[*]}"
# yt-dlp is needed for mpv to play YouTube channels.
wrapProgram $out/bin/hypnotix \