Merge pull request #268619 from tweag/lib-descriptions
[NixPkgs.git] / pkgs / development / libraries / appstream-glib / paths.patch
blob5c6396988a17ad60e72d212c0caf50266e5d6a5c
1 --- a/libappstream-builder/asb-utils.c
2 +++ b/libappstream-builder/asb-utils.c
3 @@ -294,7 +294,7 @@
5 g_autofree gchar *standard_error = NULL;
6 gint exit_status = 0;
7 - const gchar *argv[] = { "/usr/bin/pngquant", "--skip-if-larger",
8 + const gchar *argv[] = { "@pngquant@", "--skip-if-larger",
9 "--strip", "--ext", ".png",
10 "--force", "--speed", "1", filename, NULL };
11 if (!g_file_test (argv[0], G_FILE_TEST_IS_EXECUTABLE))