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
10
pkgs/games/crack-attack/crack-attack-1.1.14-glut.patch
Normal file
10
pkgs/games/crack-attack/crack-attack-1.1.14-glut.patch
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
--- crack-attack-1.1.14/src/Attack.cxx
|
||||
+++ crack-attack-1.1.14/src/Attack.cxx
|
||||
@@ -83,6 +83,7 @@
|
||||
int height = -1, width = -1;
|
||||
|
||||
player_name[0] = '\0';
|
||||
+ glutInit(&argc, argv);
|
||||
parseCommandLine(argc, argv, mode, port, host_name, player_name, height, width);
|
||||
run_crack_attack(mode, port, host_name, player_name, height, width);
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue