pathways-into-darkness: init at 1.1.1
This commit is contained in:
parent
6dd9ed79fe
commit
cc5306e1e4
|
@ -0,0 +1,19 @@
|
||||||
|
{ alephone, fetchurl }:
|
||||||
|
|
||||||
|
alephone.makeWrapper rec {
|
||||||
|
pname = "pathways-into-darkness";
|
||||||
|
desktopName = "Pathways-Into-Darkness";
|
||||||
|
version = "1.1.1";
|
||||||
|
|
||||||
|
zip = fetchurl {
|
||||||
|
url = "http://simplici7y.com/version/file/1185/AOPID_v1.1.1.zip";
|
||||||
|
sha256 = "0x83xjcw5n5s7sw8z6rb6zzhihjkjgk7x7ynnqq917dcklr7bz4g";
|
||||||
|
};
|
||||||
|
|
||||||
|
meta = {
|
||||||
|
description = ''
|
||||||
|
Port of the 1993 mac game "Pathways Into Darkness" by Bungie to the Aleph One engine'';
|
||||||
|
homepage = "http://simplici7y.com/items/aleph-one-pathways-into-darkness";
|
||||||
|
};
|
||||||
|
|
||||||
|
}
|
|
@ -22912,6 +22912,8 @@ in
|
||||||
alephone-pheonix = callPackage ../games/alephone/pheonix { };
|
alephone-pheonix = callPackage ../games/alephone/pheonix { };
|
||||||
alephone-red = callPackage ../games/alephone/red { };
|
alephone-red = callPackage ../games/alephone/red { };
|
||||||
alephone-rubicon-x = callPackage ../games/alephone/rubicon-x { };
|
alephone-rubicon-x = callPackage ../games/alephone/rubicon-x { };
|
||||||
|
alephone-pathways-into-darkness =
|
||||||
|
callPackage ../games/alephone/pathways-into-darkness { };
|
||||||
|
|
||||||
alienarena = callPackage ../games/alienarena { };
|
alienarena = callPackage ../games/alienarena { };
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue