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
13
pkgs/development/libraries/tinyxml/2.6.2-add-pkgconfig.patch
Normal file
13
pkgs/development/libraries/tinyxml/2.6.2-add-pkgconfig.patch
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
--- a/tinyxml.pc 1970-01-01 01:00:00.000000000 +0100
|
||||
+++ b/tinyxml.pc 2012-12-29 08:52:07.512266072 +0100
|
||||
@@ -0,0 +1,10 @@
|
||||
+prefix=@out@
|
||||
+exec_prefix=${prefix}
|
||||
+libdir=${exec_prefix}/lib
|
||||
+includedir=${prefix}/include
|
||||
+
|
||||
+Name: TinyXML
|
||||
+Description: A simple, small, C++ XML parser
|
||||
+Version: @version@
|
||||
+Libs: -L${libdir} -ltinyxml
|
||||
+Cflags: -I${includedir}
|
||||
Loading…
Add table
Add a link
Reference in a new issue