python313Packages.uv: patch find_uv_bin()

This commit is contained in:
Robert Schütz
2025-03-05 08:31:56 -08:00
parent 7bffbf3c4c
commit 2fe736f219
@@ -19,6 +19,11 @@ buildPythonPackage {
versionCheckProgramArg
;
postPatch = ''
substituteInPlace python/uv/_find_uv.py \
--replace-fail '"""Return the uv binary path."""' "return '$out/bin/uv'"
'';
nativeBuildInputs = [
pkgs.cmake
installShellFiles