mirror of
https://github.com/NixOS/nix.git
synced 2025-11-08 19:46:02 +01:00
Now that we have applied the [1] patch, the diff is much nicer and less noisy. [1]: https://www.github.com/mesonbuild/meson/pull/14861
21 lines
430 B
Meson
21 lines
430 B
Meson
configure_file(
|
|
input : 'config.nix.in',
|
|
output : 'config.nix',
|
|
configuration : test_confdata,
|
|
)
|
|
|
|
suites += {
|
|
'name' : 'dyn-drv',
|
|
'deps' : [],
|
|
'tests' : [
|
|
'text-hashed-output.sh',
|
|
'recursive-mod-json.sh',
|
|
'build-built-drv.sh',
|
|
'eval-outputOf.sh',
|
|
'failing-outer.sh',
|
|
'dep-built-drv.sh',
|
|
'old-daemon-error-hack.sh',
|
|
'dep-built-drv-2.sh',
|
|
],
|
|
'workdir' : meson.current_source_dir(),
|
|
}
|