boost: Remove boost.lib

This commit is contained in:
William A. Kennington III
2014-11-02 17:22:27 -08:00
parent ecfc1a7fc3
commit aa3e800be7
57 changed files with 52 additions and 83 deletions
@@ -13,11 +13,9 @@ stdenv.mkDerivation rec {
buildInputs = [
glew SDL ftgl pkgconfig libpng libjpeg pcre SDL_image mesa
boost boost.lib glm
boost glm
];
configureFlags = "--with-boost-libdir=${boost.lib}/lib";
NIX_CFLAGS_COMPILE = "-fpermissive"; # fix build with newer gcc versions
meta = {