From f164ea32760fc73ed778e60b44a1a07a4a767cbd Mon Sep 17 00:00:00 2001 From: Stefan Frijters Date: Tue, 27 Jan 2026 12:06:20 +0100 Subject: [PATCH] hypnotix: expand pythonPath bash array for structuredAttrs --- pkgs/by-name/hy/hypnotix/package.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/by-name/hy/hypnotix/package.nix b/pkgs/by-name/hy/hypnotix/package.nix index 19f11b1d33eb..479326f6f0c3 100644 --- a/pkgs/by-name/hy/hypnotix/package.nix +++ b/pkgs/by-name/hy/hypnotix/package.nix @@ -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 \