Skip to content

Commit

Permalink
nixd-ast-dump: depend on nixdExpr only
Browse files Browse the repository at this point in the history
  • Loading branch information
inclyc committed Sep 19, 2023
1 parent 5aa1337 commit e8f144c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nixd/tools/nix-ast-dump/meson.build
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
nix_ast_dump = executable('nix-ast-dump', ['nix-ast-dump.cpp']
, dependencies: [ boost
, nixdDeps
, nixdExpr
, nix_all
]
)
Expand Down

0 comments on commit e8f144c

Please sign in to comment.