boost: Update depdendent packages

This commit is contained in:
William A. Kennington III
2014-09-21 17:20:59 -07:00
parent be2c1d7908
commit 31220480d8
58 changed files with 105 additions and 95 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ stdenv.mkDerivation rec {
sha256 = "1s0ylyrx74vgw6vsg6xxk4b07jrxh8pqcmxcbkx46v01nczv3ixj";
};
buildInputs = [ cmake boost gmp mpfr ];
buildInputs = [ cmake boost boost.lib gmp mpfr ];
doCheck = false;