Unverified Commit bccff63b authored by DontEatOreo's avatar DontEatOreo
Browse files

koboldcpp: drop `postPatch`

parent 30a3b422
Loading
Loading
Loading
Loading
+0 −6
Original line number Diff line number Diff line
@@ -110,12 +110,6 @@ effectiveStdenv.mkDerivation (finalAttrs: {
    runHook postInstall
  '';

  # Remove an unused argument, mainly intended for Darwin to reduce warnings
  postPatch = ''
    substituteInPlace Makefile \
      --replace-warn " -s " " "
  '';

  postFixup = ''
    wrapPythonProgramsIn "$out/bin" "$pythonPath"
    makeWrapper "$out/bin/koboldcpp.unwrapped" "$out/bin/koboldcpp" \