budgie-media-player-applet: expand pythonPath bash array for structuredAttrs
This commit is contained in:
@@ -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"
|
||||
'';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user