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/default.nix | 1 + pkgs/games/gog/the-longing.nix | 13 +++++++++++++ 2 files changed, 14 insertions(+) create mode 100644 pkgs/games/gog/the-longing.nix (limited to 'pkgs/games/gog') diff --git a/pkgs/games/gog/default.nix b/pkgs/games/gog/default.nix index a27f310d..2fd882ff 100644 --- a/pkgs/games/gog/default.nix +++ b/pkgs/games/gog/default.nix @@ -34,6 +34,7 @@ let stardew-valley = callPackage ./stardew-valley.nix {}; sunless-skies = callPackage ./sunless-skies.nix {}; the-longest-journey = callPackage ./the-longest-journey {}; + the-longing = callPackage ./the-longing.nix {}; thimbleweed-park = callPackage ./thimbleweed-park.nix {}; war-for-the-overworld = callPackage ./war-for-the-overworld.nix {}; warcraft2 = callPackage ./warcraft2 {}; 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