glibc: Add helpful comment.
Intended to avoid contributor confusion as in #50231.
This commit is contained in:
parent
fc11b48859
commit
432c28afc2
|
@ -10,6 +10,12 @@ callPackage ./common.nix { inherit stdenv; } {
|
||||||
|
|
||||||
inherit withLinuxHeaders profilingLibraries installLocales withGd;
|
inherit withLinuxHeaders profilingLibraries installLocales withGd;
|
||||||
|
|
||||||
|
# Note:
|
||||||
|
# Things you write here override, and do not add to,
|
||||||
|
# the values in `common.nix`.
|
||||||
|
# (For example, if you define `patches = [...]` here, it will
|
||||||
|
# override the patches in `common.nix`.)
|
||||||
|
|
||||||
NIX_NO_SELF_RPATH = true;
|
NIX_NO_SELF_RPATH = true;
|
||||||
|
|
||||||
postConfigure = ''
|
postConfigure = ''
|
||||||
|
|
Loading…
Reference in New Issue