mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-01 09:44:18 +00:00
755b915a15
nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*"[Aa]n?' pkgs \ | xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*")[Aa]n? (.)/\1\U\2/'
19 lines
467 B
Nix
19 lines
467 B
Nix
{ 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 = "35-level single player major Marathon conversion";
|
|
homepage = "http://www.simplici7y.com/items/marathon-phoenix-2";
|
|
};
|
|
|
|
}
|