0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-13 21:50:33 +03:00

python313Packages.uv: patch find_uv_bin()

This commit is contained in:
Robert Schütz 2025-03-02 11:26:01 -08:00
parent 7bffbf3c4c
commit 2fe736f219

View file

@ -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