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
|
runHook postInstall
|
||||||
'';
|
'';
|
||||||
|
|
||||||
postInstall = ''
|
dontAutoPatchelf = true;
|
||||||
$out/bin/uv --version || echo "Binary execution failed."
|
|
||||||
|
postFixup = ''
|
||||||
|
autoPatchelf -- "$out"
|
||||||
|
|
||||||
export HOME=$TMPDIR
|
export HOME=$TMPDIR
|
||||||
installShellCompletion --cmd uv \
|
installShellCompletion --cmd uv \
|
||||||
--bash <($out/bin/uv --generate-shell-completion bash) \
|
--bash <($out/bin/uv --generate-shell-completion bash) \
|
||||||
|
|
Loading…
Reference in a new issue