about summary refs log tree commit diff
path: root/pkgs/games/humblebundle
diff options
context:
space:
mode:
authorsternenseemann <git@lukasepple.de>2017-01-15 15:08:45 +0100
committersternenseemann <git@lukasepple.de>2017-01-15 15:08:51 +0100
commite9efcaadc479638af56666d93be2efe813c80696 (patch)
treecd0306b9cb309238724121babf9114ef2a689509 /pkgs/games/humblebundle
parentdd4b7543571f4407c19b66b20a1463703e1fd301 (diff)
pkgs/games/humblebundle: update pico8 to new version
Diffstat (limited to 'pkgs/games/humblebundle')
-rw-r--r--pkgs/games/humblebundle/pico-8.nix11
1 files changed, 7 insertions, 4 deletions
diff --git a/pkgs/games/humblebundle/pico-8.nix b/pkgs/games/humblebundle/pico-8.nix
index fc4b7929..ead0c511 100644
--- a/pkgs/games/humblebundle/pico-8.nix
+++ b/pkgs/games/humblebundle/pico-8.nix
@@ -1,4 +1,5 @@
-{ stdenv, fetchHumbleBundle, SDL2, unzip, xorg}:
+{ stdenv, fetchHumbleBundle, SDL2, unzip, xorg, libudev, alsaLib, dbus
+, libpulseaudio, libdrm, libvorbis, json_c }:
 
 stdenv.mkDerivation rec {
   name = "pico-8-${version}";
@@ -12,8 +13,8 @@ stdenv.mkDerivation rec {
       "i686-linux"   = "32-bit";
     }.${stdenv.system};
     md5 = {
-      "x86_64-linux" = "3c280c31f53443a4bc7f32647cfdc8f6";
-      "i686-linux"   = "54c22267748812952f3a0f6363fedc70";
+      "x86_64-linux" = "d6bb4bcae76aba431d31a344da798553";
+      "i686-linux"   = "377eb626672e3184ea7bb459bb7183a0";
     }.${stdenv.system};
   };
 
@@ -25,7 +26,9 @@ stdenv.mkDerivation rec {
 
   buildPhase = let
     rpath = stdenv.lib.makeLibraryPath [
-      stdenv.cc.cc SDL2 xorg.libXxf86vm
+      stdenv.cc.cc SDL2 xorg.libXxf86vm xorg.libXcursor xorg.libXi
+      xorg.libXrandr libudev alsaLib dbus
+      libpulseaudio libdrm libvorbis json_c
     ];
   in ''
     patchelf \