diff options
author | Vincent Ambo <tazjin@google.com> | 2020-05-17T21·27+0100 |
---|---|---|
committer | Vincent Ambo <tazjin@google.com> | 2020-05-17T21·27+0100 |
commit | e797b4d09bdcf1fbd1b42785fa9aeaf41a08d7d6 (patch) | |
tree | 80adf2a65cc53b32deaea1b63a3977e41affc54f /third_party/nix/src/libexpr/meson.build | |
parent | 168ef124ef72abcb3e4574085a9cd5db194246ba (diff) |
chore(3p/nix): Always enable the garbage collector r/748
It's unclear why this toggle existed, now it doesn't.
Diffstat (limited to 'third_party/nix/src/libexpr/meson.build')
-rw-r--r-- | third_party/nix/src/libexpr/meson.build | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/third_party/nix/src/libexpr/meson.build b/third_party/nix/src/libexpr/meson.build index b60ec33fa612..76f3014388c7 100644 --- a/third_party/nix/src/libexpr/meson.build +++ b/third_party/nix/src/libexpr/meson.build @@ -38,6 +38,7 @@ libexpr_headers = files( join_paths(meson.source_root(), 'src/libexpr/value-to-xml.hh')) libexpr_dep_list = [ + gc_dep, libdl_dep, libsodium_dep] |