From 4fca46cfcfd9c80f8beb76d053e157d5c31ddcd4 Mon Sep 17 00:00:00 2001 From: sternenseemann Date: Mon, 5 Sep 2016 22:34:42 +0200 Subject: 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. --- pkgs/games/humblebundle/default.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'pkgs/games/humblebundle/default.nix') 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 {}; -- cgit 1.4.1