mediawiki: 1.42.4 -> 1.43.0 (#369641)
[NixPkgs.git] / pkgs / development / libraries / xdg-desktop-portal / installed-tests-share.patch
blobba9a3822e59e34abf04b8604bd03f435169fe89e
1 diff --git a/tests/share/applications/meson.build b/tests/share/applications/meson.build
2 index d56b633..3ad3371 100644
3 --- a/tests/share/applications/meson.build
4 +++ b/tests/share/applications/meson.build
5 @@ -1,2 +1,2 @@
6 -configure_file(input: 'furrfix.desktop', output: '@PLAINNAME@', copy: true)
7 -configure_file(input: 'mimeinfo.cache', output: '@PLAINNAME@', copy: true)
8 +configure_file(input: 'furrfix.desktop', output: '@PLAINNAME@', copy: true, install: enable_installed_tests, install_dir: installed_tests_data_dir / 'share' / 'applications')
9 +configure_file(input: 'mimeinfo.cache', output: '@PLAINNAME@', copy: true, install: enable_installed_tests, install_dir: installed_tests_data_dir / 'share' / 'applications')