mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-03 19:43:30 +00:00
10 lines
725 B
Diff
10 lines
725 B
Diff
diff --git a/tests/share/applications/meson.build b/tests/share/applications/meson.build
|
|
index d56b633..3ad3371 100644
|
|
--- a/tests/share/applications/meson.build
|
|
+++ b/tests/share/applications/meson.build
|
|
@@ -1,2 +1,2 @@
|
|
-configure_file(input: 'furrfix.desktop', output: '@PLAINNAME@', copy: true)
|
|
-configure_file(input: 'mimeinfo.cache', output: '@PLAINNAME@', copy: true)
|
|
+configure_file(input: 'furrfix.desktop', output: '@PLAINNAME@', copy: true, install: enable_installed_tests, install_dir: installed_tests_data_dir / 'share' / 'applications')
|
|
+configure_file(input: 'mimeinfo.cache', output: '@PLAINNAME@', copy: true, install: enable_installed_tests, install_dir: installed_tests_data_dir / 'share' / 'applications')
|