koboldcpp: drop postPatch
This commit is contained in:
parent
30a3b42239
commit
bccff63bbb
@ -110,12 +110,6 @@ effectiveStdenv.mkDerivation (finalAttrs: {
|
|||||||
runHook postInstall
|
runHook postInstall
|
||||||
'';
|
'';
|
||||||
|
|
||||||
# Remove an unused argument, mainly intended for Darwin to reduce warnings
|
|
||||||
postPatch = ''
|
|
||||||
substituteInPlace Makefile \
|
|
||||||
--replace-warn " -s " " "
|
|
||||||
'';
|
|
||||||
|
|
||||||
postFixup = ''
|
postFixup = ''
|
||||||
wrapPythonProgramsIn "$out/bin" "$pythonPath"
|
wrapPythonProgramsIn "$out/bin" "$pythonPath"
|
||||||
makeWrapper "$out/bin/koboldcpp.unwrapped" "$out/bin/koboldcpp" \
|
makeWrapper "$out/bin/koboldcpp.unwrapped" "$out/bin/koboldcpp" \
|
||||||
|
Loading…
Reference in New Issue
Block a user