From e9efcaadc479638af56666d93be2efe813c80696 Mon Sep 17 00:00:00 2001 From: sternenseemann Date: Sun, 15 Jan 2017 15:08:45 +0100 Subject: pkgs/games/humblebundle: update pico8 to new version --- pkgs/games/humblebundle/pico-8.nix | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'pkgs') 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 \ -- cgit 1.4.1