1
0
Fork 0
mirror of https://github.com/NixOS/nix-pills synced 2024-09-19 04:00:13 -04:00

updated patchelf link to github (#215)

This commit is contained in:
Henrik 2023-06-06 21:28:49 +01:00 committed by GitHub
parent 29e1e273b8
commit 7dcefdec89
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -143,7 +143,7 @@
The build process adds that gcc lib path thinking it may be useful at
runtime, but really it's not. How do we get rid of it? Nix authors have
written another magical tool called
<link xlink:href="https://nixos.org/patchelf.html">patchelf</link>, which
<link xlink:href="https://github.com/NixOS/patchelf">patchelf</link>, which
is able to reduce the rpath to the paths that are really used by the
binary.
</para>