mirror of
https://github.com/NixOS/nix.git
synced 2025-11-09 03:56:01 +01:00
Applies a workaround to enforce multiline formatting
of lists to reduce code churn introduced in 93a42a5971.
16 lines
282 B
Meson
16 lines
282 B
Meson
# Nix-Perl Tests
|
|
#============================================================================
|
|
|
|
|
|
# src
|
|
#---------------------------------------------------
|
|
|
|
nix_perl_tests = files(
|
|
'init.t',
|
|
# hack for trailing newline
|
|
)
|
|
|
|
|
|
foreach f : nix_perl_tests
|
|
fs.copyfile(f)
|
|
endforeach
|