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
18
pkgs/games/alephone/pheonix/default.nix
Normal file
18
pkgs/games/alephone/pheonix/default.nix
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
{ alephone, fetchurl }:
|
||||
|
||||
alephone.makeWrapper rec {
|
||||
pname = "marathon-pheonix";
|
||||
desktopName = "Marathon-Pheonix";
|
||||
version = "1.3";
|
||||
|
||||
zip = fetchurl {
|
||||
url = "http://simplici7y.com/version/file/998/Marathon_Phoenix_1.3.zip";
|
||||
sha256 = "1r06k0z8km7l9d3njinsrci4jhk8hrnjdcmjd8n5z2qxkqvhn9qj";
|
||||
};
|
||||
|
||||
meta = {
|
||||
description = "A 35-level single player major Marathon conversion";
|
||||
homepage = "http://www.simplici7y.com/items/marathon-phoenix-2";
|
||||
};
|
||||
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue