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:
parent
7bffbf3c4c
commit
2fe736f219
1 changed files with 5 additions and 0 deletions
|
@ -19,6 +19,11 @@ buildPythonPackage {
|
||||||
versionCheckProgramArg
|
versionCheckProgramArg
|
||||||
;
|
;
|
||||||
|
|
||||||
|
postPatch = ''
|
||||||
|
substituteInPlace python/uv/_find_uv.py \
|
||||||
|
--replace-fail '"""Return the uv binary path."""' "return '$out/bin/uv'"
|
||||||
|
'';
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
pkgs.cmake
|
pkgs.cmake
|
||||||
installShellFiles
|
installShellFiles
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue