python313Packages.uv: patch find_uv_bin() (#387153)

This commit is contained in:
Gaétan Lepage
2025-03-05 18:09:37 +01:00
committed by GitHub
@@ -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