gource: fix build

This commit is contained in:
Nikolay Amiantov 2016-08-22 07:42:36 +03:00
parent 88ac2c15d9
commit 55d9db7139

View File

@ -1,5 +1,5 @@
{ stdenv, fetchurl, SDL, ftgl, pkgconfig, libpng, libjpeg, pcre { stdenv, fetchurl, SDL, ftgl, pkgconfig, libpng, libjpeg, pcre
, SDL_image, glew, mesa, boost, glm , SDL_image, freetype, glew, mesa, boost, glm
}: }:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
@ -13,7 +13,7 @@ stdenv.mkDerivation rec {
buildInputs = [ buildInputs = [
glew SDL ftgl pkgconfig libpng libjpeg pcre SDL_image mesa glew SDL ftgl pkgconfig libpng libjpeg pcre SDL_image mesa
boost glm boost glm freetype
]; ];
configureFlags = [ "--with-boost-libdir=${boost.out}/lib" ]; configureFlags = [ "--with-boost-libdir=${boost.out}/lib" ];