From 66ae8ae823993c4e71e882822d924342cea43a60 Mon Sep 17 00:00:00 2001 From: aszlig Date: Tue, 10 Nov 2020 08:08:16 +0100 Subject: games/gog: Add "The Longing" Another game that I already finished (in less than 400 days obviously) but haven't yet committed so far. Signed-off-by: aszlig --- pkgs/games/gog/the-longing.nix | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 pkgs/games/gog/the-longing.nix (limited to 'pkgs/games/gog/the-longing.nix') 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"; + }; +} -- cgit 1.4.1