budgie-media-player-applet: expand pythonPath bash array for structuredAttrs

This commit is contained in:
Stefan Frijters 2026-01-27 12:06:19 +01:00
parent 0763400de9
commit 44f4c1882b
No known key found for this signature in database
GPG key ID: 7619A6BC6E7DFA6F

View file

@ -52,7 +52,7 @@ stdenv.mkDerivation (finalAttrs: {
'';
postFixup = ''
buildPythonPath "$out $pythonPath"
buildPythonPath "$out ''${pythonPath[*]}"
patchPythonScript "$out/lib/budgie-desktop/plugins/budgie-media-player-applet/applet.py"
'';