summary refs log tree commit diff
path: root/pkgs/development/libraries/gtksourceview/4.x-nix_share_path.patch
blob: a35d9a88d0df28315094b4d8edfc3b8cb0902f93 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- a/gtksourceview/gtksourceutils.c
+++ b/gtksourceview/gtksourceutils.c
@@ -232,6 +232,8 @@
 							 NULL));
 	}
 
+	g_ptr_array_add (dirs, g_build_filename (DATADIR, GSV_DATA_SUBDIR, basename, NULL));
+
 	g_ptr_array_add (dirs, NULL);
 
 	return (gchar **) g_ptr_array_free (dirs, FALSE);