mirror of
https://github.com/NixOS/nix
synced 2025-06-24 18:01:16 +02:00
Applies a workaround to enforce multiline formatting
of lists to reduce code churn introduced in 93a42a5971
.
9 lines
193 B
Meson
9 lines
193 B
Meson
libstoreconsumer_tester = executable(
|
|
'test-libstoreconsumer',
|
|
'main.cc',
|
|
dependencies : [
|
|
dependency('nix-store'),
|
|
# hack for trailing newline
|
|
],
|
|
build_by_default : false,
|
|
)
|