nixpkgs-suyu/pkgs/desktops/gnome-3/core/gnome-software/fix-paths.patch

12 lines
483 B
Diff
Raw Normal View History

2018-03-05 03:18:53 +01:00
--- a/src/gs-language.c
+++ b/src/gs-language.c
@@ -95,7 +95,7 @@
g_autoptr(GMarkupParseContext) context = NULL;
/* find filename */
- filename = g_build_filename (DATADIR, "xml", "iso-codes", "iso_639.xml", NULL);
2018-03-15 05:27:44 +01:00
+ filename = g_build_filename ("@isocodes@", "share", "xml", "iso-codes", "iso_639.xml", NULL);
2018-03-05 03:18:53 +01:00
if (!g_file_test (filename, G_FILE_TEST_EXISTS)) {
g_free (filename);
filename = g_build_filename ("/usr", "share", "xml", "iso-codes", "iso_639.xml", NULL);