about summary refs log tree commit diff
path: root/pkgs/games/gog/the-longing.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/games/gog/the-longing.nix')
-rw-r--r--pkgs/games/gog/the-longing.nix13
1 files changed, 13 insertions, 0 deletions
diff --git a/pkgs/games/gog/the-longing.nix b/pkgs/games/gog/the-longing.nix
new file mode 100644
index 00000000..cf12ecab
--- /dev/null
+++ b/pkgs/games/gog/the-longing.nix
@@ -0,0 +1,13 @@
+{ buildUnity, fetchGog, lib }:
+
+buildUnity {
+  name = "the-longing";
+  fullName = "The Longing";
+  saveDir = "Studio Seufz/The Longing";
+  version = "1.0.7";
+
+  src = fetchGog {
+    productId = 1091099749;
+    sha256 = "18gzzgl7dkgbv2a6ibj3bxc409asnad6b2yaxg8mp8ya7wyw8wv0";
+  };
+}