coolercontrol: expand pythonPath bash array for structuredAttrs
This commit is contained in:
@@ -52,7 +52,7 @@ rustPlatform.buildRustPackage {
|
||||
postFixup = ''
|
||||
addDriverRunpath "$out/bin/coolercontrold"
|
||||
|
||||
buildPythonPath "$pythonPath"
|
||||
buildPythonPath "''${pythonPath[*]}"
|
||||
wrapProgram "$out/bin/coolercontrold" \
|
||||
--prefix PATH : $program_PATH \
|
||||
--prefix PYTHONPATH : $program_PYTHONPATH
|
||||
|
||||
Reference in New Issue
Block a user