about summary refs log tree commit diff
path: root/pkgs/games/gog/default.nix
diff options
context:
space:
mode:
authoraszlig <aszlig@nix.build>2020-11-10 08:08:16 +0100
committeraszlig <aszlig@nix.build>2020-11-10 08:43:42 +0100
commit66ae8ae823993c4e71e882822d924342cea43a60 (patch)
tree621d7b9a2bfe2364d4162382977f0a6d2e5c43fe /pkgs/games/gog/default.nix
parentd66e3603ac09081dc5e2627dfb0d72683c365a68 (diff)
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 <aszlig@nix.build>
Diffstat (limited to 'pkgs/games/gog/default.nix')
-rw-r--r--pkgs/games/gog/default.nix1
1 files changed, 1 insertions, 0 deletions
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 {};