logstalgia: fix build (#18065)
This commit is contained in:
parent
f16d3800e1
commit
4e13a71895
1 changed files with 4 additions and 4 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue