From 0ef84d81e2e186b2d77db9314381f3a89ce8f86a Mon Sep 17 00:00:00 2001 From: aszlig Date: Sun, 20 Dec 2020 14:49:11 +0100 Subject: games/gog: Add Graveyard Keeper This has been mentioned on Discourse[1] and since I have that game in my GOG library, I just decided to package it. I only went to the main menu and didn't actually play it, since I'm somewhat time constrained at the moment. So this only is "for the sake of completeness" :-) [1]: https://discourse.nixos.org/t/nix-expression-for-downloaded-gog-game/10595/7 Signed-off-by: aszlig --- 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 2fd882ff..b405016a 100644 --- a/pkgs/games/gog/default.nix +++ b/pkgs/games/gog/default.nix @@ -21,6 +21,7 @@ let epistory = callPackage ./epistory.nix { }; freedom-planet = callPackage ./freedom-planet.nix {}; gibbous = callPackage ./gibbous.nix {}; + graveyard-keeper = callPackage ./graveyard-keeper.nix {}; homm3 = callPackage ./homm3 {}; hollow-knight = callPackage ./hollow-knight.nix {}; into-the-breach = callPackage ./into-the-breach.nix {}; -- cgit 1.4.1