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

@@ -59,7 +59,7 @@ stdenv.mkDerivation {
enableParallelBuilding = true;
outputs = [ "out" "lib" ];
outputs = [ "out" ];
buildInputs =
[ icu expat zlib bzip2 python ]