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
|
|
@ -0,0 +1,32 @@
|
|||
{ appleDerivation', stdenvNoCC }:
|
||||
|
||||
appleDerivation' stdenvNoCC {
|
||||
installPhase = ''
|
||||
mkdir $out
|
||||
cp -r include $out/include
|
||||
'';
|
||||
|
||||
appleHeaders = ''
|
||||
_simple.h
|
||||
libkern/OSAtomic.h
|
||||
libkern/OSAtomicDeprecated.h
|
||||
libkern/OSAtomicQueue.h
|
||||
libkern/OSCacheControl.h
|
||||
libkern/OSSpinLockDeprecated.h
|
||||
os/alloc_once_impl.h
|
||||
os/base.h
|
||||
os/base_private.h
|
||||
os/internal/atomic.h
|
||||
os/internal/crashlog.h
|
||||
os/internal/internal_shared.h
|
||||
os/lock.h
|
||||
os/lock_private.h
|
||||
os/once_private.h
|
||||
os/semaphore_private.h
|
||||
platform/compat.h
|
||||
platform/introspection_private.h
|
||||
platform/string.h
|
||||
setjmp.h
|
||||
ucontext.h
|
||||
'';
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue