about summary refs log tree commit diff
path: root/third_party/nix/src/nix/meson.build
diff options
context:
space:
mode:
authorVincent Ambo <tazjin@google.com>2020-05-17T21·27+0100
committerVincent Ambo <tazjin@google.com>2020-05-17T21·27+0100
commite797b4d09bdcf1fbd1b42785fa9aeaf41a08d7d6 (patch)
tree80adf2a65cc53b32deaea1b63a3977e41affc54f /third_party/nix/src/nix/meson.build
parent168ef124ef72abcb3e4574085a9cd5db194246ba (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/nix/meson.build')
-rw-r--r--third_party/nix/src/nix/meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/third_party/nix/src/nix/meson.build b/third_party/nix/src/nix/meson.build
index 2ccda218d6..3fc841a48e 100644
--- a/third_party/nix/src/nix/meson.build
+++ b/third_party/nix/src/nix/meson.build
@@ -53,6 +53,7 @@ nix_headers = files (
     join_paths(meson.source_root(), 'src/nix-store/graphml.hh'))
 
 nix_dep_list = [
+    gc_dep,
     pthread_dep,
     libdl_dep,
     boost_dep,