Fix the build

This commit is contained in:
John Ericson
2025-04-07 11:36:59 -04:00
parent 6534a54ee5
commit d6a5df25bf
15 changed files with 57 additions and 68 deletions

View File

@@ -2,7 +2,8 @@ hydra_evaluator = executable('hydra-evaluator',
'hydra-evaluator.cc',
dependencies: [
libhydra_dep,
nix_dep,
nix_util_dep,
nix_main_dep,
pqxx_dep,
],
install: true,