logstalgia: fix build (#18065)

This commit is contained in:
Kranium Gikos Mendoza 2016-08-29 07:20:22 +08:00 committed by Robin Gloster
parent f16d3800e1
commit 4e13a71895

View file

@ -1,5 +1,5 @@
{ stdenv, fetchurl, SDL, ftgl, pkgconfig, libpng, libjpeg, pcre, SDL_image, glew
, mesa, boost, glm }:
{ stdenv, fetchurl, SDL2, ftgl, pkgconfig, libpng, libjpeg, pcre, SDL2_image, glew
, mesa, boost, glm, freetype }:
stdenv.mkDerivation rec {
name = "logstalgia-${version}";
@ -10,8 +10,8 @@ stdenv.mkDerivation rec {
sha256 = "1qghz1j3jmfj093br2hfyibayg3fmhg8fvp5ix9n9rbvzc1zslsm";
};
buildInputs = [ glew SDL ftgl pkgconfig libpng libjpeg pcre SDL_image mesa boost
glm ];
buildInputs = [ glew SDL2 ftgl pkgconfig libpng libjpeg pcre SDL2_image mesa boost
glm freetype ];
meta = with stdenv.lib; {
homepage = http://code.google.com/p/logstalgia;