1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-07-06 21:41:48 +02:00

perl: Rewrite build system using Meson

This commit is contained in:
polar 2024-04-25 14:20:05 +01:00 committed by John Ericson
parent b406cf9b81
commit fc1d9023a2
9 changed files with 299 additions and 201 deletions

15
perl/t/meson.build Normal file
View file

@ -0,0 +1,15 @@
# Nix-Perl Tests
#============================================================================
# src
#---------------------------------------------------
nix_perl_tests = files(
'init.t',
)
foreach f : nix_perl_tests
fs.copyfile(f)
endforeach