aboutsummaryrefslogtreecommitdiff
path: root/perl
diff options
context:
space:
mode:
Diffstat (limited to 'perl')
-rw-r--r--perl/meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/perl/meson.build b/perl/meson.build
index b542f3e8a..6f078f8e6 100644
--- a/perl/meson.build
+++ b/perl/meson.build
@@ -65,5 +65,6 @@ if cxx.get_linker_id() in ['ld.bfd', 'ld.gold']
endif
libstore = dependency('lixstore', 'lix-store', required : true)
+libutil = dependency('lixutil', 'lix-util', required : true)
subdir('lib/Nix')