koboldcpp: drop postPatch
This commit is contained in:
parent
30a3b42239
commit
bccff63bbb
@ -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" \
|
||||
|
Loading…
Reference in New Issue
Block a user