fixed uv
This commit is contained in:
parent
2ae131956d
commit
b11a5f44e1
1 changed files with 5 additions and 2 deletions
|
@ -30,8 +30,11 @@ stdenv.mkDerivation rec {
|
|||
runHook postInstall
|
||||
'';
|
||||
|
||||
postInstall = ''
|
||||
$out/bin/uv --version || echo "Binary execution failed."
|
||||
dontAutoPatchelf = true;
|
||||
|
||||
postFixup = ''
|
||||
autoPatchelf -- "$out"
|
||||
|
||||
export HOME=$TMPDIR
|
||||
installShellCompletion --cmd uv \
|
||||
--bash <($out/bin/uv --generate-shell-completion bash) \
|
||||
|
|
Loading…
Reference in a new issue