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
@@ -10,7 +10,7 @@ stdenv.mkDerivation rec {
sha256 = "37c7107dc4fcf8942a4ad35377c4e42e6aedfa35296e5fcf8d84882ae35087c7";
};
buildInputs = [qt4 cgal boost boost.lib gmp mpfr flex bison dxflib];
buildInputs = [qt4 cgal boost gmp mpfr flex bison dxflib];
configurePhase = ''
qmake;