about summary refs log tree commit diff
path: root/pkgs/games/humblebundle/default.nix
diff options
context:
space:
mode:
authorsternenseemann <git@lukasepple.de>2016-09-05 22:34:42 +0200
committersternenseemann <git@lukasepple.de>2016-09-05 22:36:57 +0200
commit4fca46cfcfd9c80f8beb76d053e157d5c31ddcd4 (patch)
treefcc4041e7cd9b9f0ec8032ab47116d0d67398aee /pkgs/games/humblebundle/default.nix
parentcf1e355dff0577b99bd017e5b16a58e74cf9813f (diff)
pkgs/games/humblebundle: add pico-8
Not really a game but a emulator of an imaginary console, so close
enough.

This package uses the dynamically linked pico-8 version, the (probably)
statically linked one had an inexplicable issue with SDL.
Diffstat (limited to 'pkgs/games/humblebundle/default.nix')
-rw-r--r--pkgs/games/humblebundle/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/games/humblebundle/default.nix b/pkgs/games/humblebundle/default.nix
index 1c1e7a21..e1c7c0e1 100644
--- a/pkgs/games/humblebundle/default.nix
+++ b/pkgs/games/humblebundle/default.nix
@@ -21,6 +21,7 @@ let
     jamestown = callPackage ./jamestown.nix {};
     liads = callPackage ./liads.nix {};
     megabytepunch = callPackage ./megabytepunch.nix {};
+    pico-8 = callPackage ./pico-8.nix {};
     rocketbirds = callPackage ./rocketbirds.nix {};
     spaz = callPackage ./spaz.nix {};
     starbound = callPackage ./starbound.nix {};