chore(3p/nix): Always enable the garbage collector

It's unclear why this toggle existed, now it doesn't.
This commit is contained in:
Vincent Ambo 2020-05-17 22:27:53 +01:00
parent 168ef124ef
commit e797b4d09b
4 changed files with 10 additions and 64 deletions

View file

@ -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]