uboot: (firmwareOdroidC2/C4) don't invoke patch tool, use patches = [] instead
https://github.com/NixOS/nixpkgs/blob/master/pkgs/stdenv/generic/setup.sh#L948 this can do it nicely. Signed-off-by: Anton Arapov <anton@deadbeef.mx>
This commit is contained in:
commit
56de2bcd43
30691 changed files with 3076956 additions and 0 deletions
11
pkgs/development/libraries/appstream-glib/paths.patch
Normal file
11
pkgs/development/libraries/appstream-glib/paths.patch
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
--- a/libappstream-builder/asb-utils.c
|
||||
+++ b/libappstream-builder/asb-utils.c
|
||||
@@ -294,7 +294,7 @@
|
||||
{
|
||||
g_autofree gchar *standard_error = NULL;
|
||||
gint exit_status = 0;
|
||||
- const gchar *argv[] = { "/usr/bin/pngquant", "--skip-if-larger",
|
||||
+ const gchar *argv[] = { "@pngquant@", "--skip-if-larger",
|
||||
"--strip", "--ext", ".png",
|
||||
"--force", "--speed", "1", filename, NULL };
|
||||
if (!g_file_test (argv[0], G_FILE_TEST_IS_EXECUTABLE))
|
||||
Loading…
Add table
Add a link
Reference in a new issue