boost: Remove boost.lib

This commit is contained in:
William A. Kennington III
2014-10-01 12:55:40 -07:00
parent ecfc1a7fc3
commit aa3e800be7
57 changed files with 52 additions and 83 deletions

View File

@@ -12,7 +12,7 @@ stdenv.mkDerivation rec {
md5 = "0765cf203f451394df98e6ddf7bf2541";
};
buildInputs = [ cmake boost boost.lib openssl ];
buildInputs = [ cmake boost openssl ];
cmakeFlags = [ "-DCPP-NETLIB_BUILD_SHARED_LIBS=ON" "-DCMAKE_BUILD_TYPE=RELEASE" ];