From e797b4d09bdcf1fbd1b42785fa9aeaf41a08d7d6 Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Sun, 17 May 2020 22:27:53 +0100 Subject: chore(3p/nix): Always enable the garbage collector It's unclear why this toggle existed, now it doesn't. --- third_party/nix/src/libexpr/meson.build | 1 + third_party/nix/src/nix/meson.build | 1 + 2 files changed, 2 insertions(+) (limited to 'third_party/nix/src') diff --git a/third_party/nix/src/libexpr/meson.build b/third_party/nix/src/libexpr/meson.build index b60ec33fa6..76f3014388 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] 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, -- cgit 1.4.1