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
16
pkgs/applications/graphics/fluxus/fix-build.patch
Normal file
16
pkgs/applications/graphics/fluxus/fix-build.patch
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
diff --git a/SConstruct b/SConstruct
|
||||
index 32cb644..0b3a208 100644
|
||||
--- a/SConstruct
|
||||
+++ b/SConstruct
|
||||
@@ -225,6 +225,11 @@ if env['PLATFORM'] == 'posix':
|
||||
["asound", "alsa/asoundlib.h"],
|
||||
["openal", "AL/al.h"]]
|
||||
|
||||
+env.Append(ENV={'PATH': ' ' + os.environ['PATH'], })
|
||||
+env.Append(LIBPATH=ARGUMENTS.get('LIBPATH', '').split(':'))
|
||||
+env.Append(CCFLAGS=' ' + os.environ.get('NIX_CFLAGS_COMPILE',''))
|
||||
+env.Append(CCFLAGS=' -DNULL=0')
|
||||
+
|
||||
################################################################################
|
||||
# Make sure we have these libraries availible
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue