boost: Update depdendent packages

This commit is contained in:
William A. Kennington III
2014-09-21 17:20:59 -07:00
parent be2c1d7908
commit 31220480d8
58 changed files with 105 additions and 95 deletions
@@ -12,10 +12,11 @@ stdenv.mkDerivation rec {
};
buildInputs = [
glew SDL ftgl pkgconfig libpng libjpeg pcre SDL_image mesa boost glm
glew SDL ftgl pkgconfig libpng libjpeg pcre SDL_image mesa
boost boost.lib glm
];
configureFlags = "--with-boost-libdir=${boost}/lib";
configureFlags = "--with-boost-libdir=${boost.lib}/lib";
NIX_CFLAGS_COMPILE = "-fpermissive"; # fix build with newer gcc versions