3
0
Fork 0
forked from mirrors/nixpkgs

glibc: Add helpful comment.

Intended to avoid contributor confusion as in #50231.
This commit is contained in:
Niklas Hambüchen 2018-11-13 02:04:59 +01:00
parent fc11b48859
commit 432c28afc2

View file

@ -10,6 +10,12 @@ callPackage ./common.nix { inherit stdenv; } {
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;
postConfigure = ''