From 4c919e68d71669a09b45d67a18b8ebb5baa21d45 Mon Sep 17 00:00:00 2001 From: aszlig Date: Tue, 11 Jun 2019 07:21:03 +0200 Subject: games/gog: Add The Longest Journey This is basically a wrapper around ResidualVM, which I also patched so that we can inject a basic config file from the Nix store that contains the basic game information. The ResidualVM build is pretty minimal in that we only use those dependencies that we actually need for the game. Signed-off-by: aszlig Cc: @Profpatsch --- pkgs/games/gog/default.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'pkgs/games/gog/default.nix') diff --git a/pkgs/games/gog/default.nix b/pkgs/games/gog/default.nix index 122a8365..479dbc27 100644 --- a/pkgs/games/gog/default.nix +++ b/pkgs/games/gog/default.nix @@ -21,6 +21,7 @@ let satellite-reign = callPackage ./satellite-reign.nix {}; settlers2 = callPackage ./settlers2.nix {}; stardew-valley = callPackage ./stardew-valley.nix {}; + the-longest-journey = callPackage ./the-longest-journey {}; thimbleweed-park = callPackage ./thimbleweed-park.nix {}; war-for-the-overworld = callPackage ./war-for-the-overworld.nix {}; wizard-of-legend = callPackage ./wizard-of-legend.nix {}; -- cgit 1.4.1