mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2025-01-08 06:28:50 +03:00
Merge pull request #50291 from nh2/glibc-override-comment
glibc: Add helpful comment.
This commit is contained in:
commit
508b202db3
@ -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 = ''
|
||||
|
Loading…
Reference in New Issue
Block a user