about summary refs log tree commit diff
path: root/nixpkgs/pkgs/applications/networking/feedreaders/newsflash/no-post-install.patch
blob: ab4972b11a13359433ddf294145ccbe94a63fe5b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
diff --git a/meson.build b/meson.build
index 1d7089c..1952e7f 100644
--- a/meson.build
+++ b/meson.build
@@ -58,8 +58,8 @@ meson.add_dist_script(
 subdir('src')

 gnome.post_install(
-  gtk_update_icon_cache: true,
+  gtk_update_icon_cache: false,
   glib_compile_schemas: false,
-  update_desktop_database: true,
+  update_desktop_database: false,
 )