diff options
author | John Ericson <John.Ericson@Obsidian.Systems> | 2020-06-18 22:33:07 +0000 |
---|---|---|
committer | John Ericson <John.Ericson@Obsidian.Systems> | 2020-06-18 22:33:07 +0000 |
commit | 669c3992e883414269d850bba5f00c59a1b207d0 (patch) | |
tree | 3ab30069748da1ab1383632e3e17a58d605dc898 /src/nix/command.cc | |
parent | 517f5980e2c63af47e7042873cc33b521918ad35 (diff) | |
parent | 15abb2aa2ba7de06a86e05511f81633616e17d87 (diff) |
Merge branch 'no-hash-type-unknown' into validPathInfo-temp
Diffstat (limited to 'src/nix/command.cc')
-rw-r--r-- | src/nix/command.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nix/command.cc b/src/nix/command.cc index d62626c26..3651a9e9c 100644 --- a/src/nix/command.cc +++ b/src/nix/command.cc @@ -4,7 +4,7 @@ #include "nixexpr.hh" #include "profiles.hh" -extern char * * environ; +extern char * * environ __attribute__((weak)); namespace nix { |