logstalgia: fix build (#18065)
This commit is contained in:
parent
f16d3800e1
commit
4e13a71895
@ -1,5 +1,5 @@
|
|||||||
{ stdenv, fetchurl, SDL, ftgl, pkgconfig, libpng, libjpeg, pcre, SDL_image, glew
|
{ stdenv, fetchurl, SDL2, ftgl, pkgconfig, libpng, libjpeg, pcre, SDL2_image, glew
|
||||||
, mesa, boost, glm }:
|
, mesa, boost, glm, freetype }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "logstalgia-${version}";
|
name = "logstalgia-${version}";
|
||||||
@ -10,8 +10,8 @@ stdenv.mkDerivation rec {
|
|||||||
sha256 = "1qghz1j3jmfj093br2hfyibayg3fmhg8fvp5ix9n9rbvzc1zslsm";
|
sha256 = "1qghz1j3jmfj093br2hfyibayg3fmhg8fvp5ix9n9rbvzc1zslsm";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ glew SDL ftgl pkgconfig libpng libjpeg pcre SDL_image mesa boost
|
buildInputs = [ glew SDL2 ftgl pkgconfig libpng libjpeg pcre SDL2_image mesa boost
|
||||||
glm ];
|
glm freetype ];
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
homepage = http://code.google.com/p/logstalgia;
|
homepage = http://code.google.com/p/logstalgia;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user