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 + 1 file changed, 1 insertion(+) (limited to 'third_party/nix/src/libexpr') 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] -- cgit 1.4.1