koboldcpp: expand pythonPath bash array for structuredAttrs

This commit is contained in:
Stefan Frijters
2026-01-27 11:53:07 +01:00
parent 8e610063c8
commit 68db3ce1ad
+1 -1
View File
@@ -116,7 +116,7 @@ effectiveStdenv.mkDerivation (finalAttrs: {
'';
postFixup = ''
wrapPythonProgramsIn "$out/bin" "$pythonPath"
wrapPythonProgramsIn "$out/bin" "''${pythonPath[*]}"
makeWrapper "$out/bin/koboldcpp.unwrapped" "$out/bin/koboldcpp" \
--prefix PATH : ${lib.makeBinPath [ tk ]} ${libraryPathWrapperArgs}
'';