Unverified Commit f0ff2935 authored by 百地 希留耶's avatar 百地 希留耶
Browse files

koboldcpp: add separator to the prefix option of makeWrapper

parent d01482ec
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -158,7 +158,7 @@ effectiveStdenv.mkDerivation (finalAttrs: {
  postFixup = ''
    wrapPythonProgramsIn "$out/bin" "$pythonPath"
    makeWrapper "$out/bin/koboldcpp.unwrapped" "$out/bin/koboldcpp" \
      --prefix PATH ${lib.makeBinPath [ tk ]} ${libraryPathWrapperArgs}
      --prefix PATH : ${lib.makeBinPath [ tk ]} ${libraryPathWrapperArgs}
  '';

  passthru.updateScript = gitUpdater { rev-prefix = "v"; };