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
29
pkgs/development/libraries/libfaketime/nix-store-date.patch
Normal file
29
pkgs/development/libraries/libfaketime/nix-store-date.patch
Normal file
|
|
@ -0,0 +1,29 @@
|
|||
From abd7dd05b440e3dc9621a1579e4afb0267897d9c Mon Sep 17 00:00:00 2001
|
||||
From: Finn Behrens <me@kloenk.de>
|
||||
Date: Fri, 5 Mar 2021 21:58:57 +0100
|
||||
Subject: [PATCH] use nix date path
|
||||
|
||||
---
|
||||
src/faketime.c | 6 +-----
|
||||
1 file changed, 1 insertion(+), 5 deletions(-)
|
||||
|
||||
diff --git a/src/faketime.c b/src/faketime.c
|
||||
index af618f2..48e47da 100644
|
||||
--- a/src/faketime.c
|
||||
+++ b/src/faketime.c
|
||||
@@ -50,11 +50,7 @@
|
||||
|
||||
const char version[] = "0.9.9";
|
||||
|
||||
-#ifdef __APPLE__
|
||||
-static const char *date_cmd = "gdate";
|
||||
-#else
|
||||
-static const char *date_cmd = "date";
|
||||
-#endif
|
||||
+static const char *date_cmd = "@DATE_CMD@";
|
||||
|
||||
#define PATH_BUFSIZE 4096
|
||||
|
||||
--
|
||||
2.24.3 (Apple Git-128)
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue