Re-remove boost.lib

This commit is contained in:
Michael Raskin 2014-11-04 12:19:37 +03:00
parent dddf86ca28
commit a2fffba5cf

View File

@ -10,7 +10,7 @@ stdenv.mkDerivation rec {
sha256 = "15c18jvgbwyrfhv7r35ih0gzx35vjlsbi984h1sckgh2z17hjq8l";
};
buildInputs = [qt5 cgal boost boost.lib gmp mpfr flex bison dxflib readline ];
buildInputs = [qt5 cgal boost gmp mpfr flex bison dxflib readline ];
configurePhase = ''
qmake;