summaryrefslogtreecommitdiffstats
path: root/pkgs
diff options
context:
space:
mode:
authorEmery Hemingway <ehmry@posteo.net>2020-02-11 21:48:04 +0100
committerEmery Hemingway <ehmry@posteo.net>2020-03-04 11:32:28 +0100
commitcc5306e1e445919b017f56f2edfb8218c21d0025 (patch)
treea23109507c09e2e2b774ad6c0dd305231c6b533e /pkgs
parent6dd9ed79fe30ca15d4eb9543967fac7d0287db29 (diff)
pathways-into-darkness: init at 1.1.1
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/games/alephone/pathways-into-darkness/default.nix19
-rw-r--r--pkgs/top-level/all-packages.nix2
2 files changed, 21 insertions, 0 deletions
diff --git a/pkgs/games/alephone/pathways-into-darkness/default.nix b/pkgs/games/alephone/pathways-into-darkness/default.nix
new file mode 100644
index 000000000000..6c6de4b88e8f
--- /dev/null
+++ b/pkgs/games/alephone/pathways-into-darkness/default.nix
@@ -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";
+ };
+
+}
diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix
index a49d3157237e..b13e8512e700 100644
--- a/pkgs/top-level/all-packages.nix
+++ b/pkgs/top-level/all-packages.nix
@@ -22912,6 +22912,8 @@ in
alephone-pheonix = callPackage ../games/alephone/pheonix { };
alephone-red = callPackage ../games/alephone/red { };
alephone-rubicon-x = callPackage ../games/alephone/rubicon-x { };
+ alephone-pathways-into-darkness =
+ callPackage ../games/alephone/pathways-into-darkness { };
alienarena = callPackage ../games/alienarena { };