Merge pull request #50291 from nh2/glibc-override-comment

glibc: Add helpful comment.
This commit is contained in:
Sarah Brofeldt 2018-11-13 11:46:11 +01:00 committed by GitHub
commit 508b202db3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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 = ''