3
0
Fork 0
forked from mirrors/nixpkgs

boost-1.46.0

svn path=/nixpkgs/branches/x-updates/; revision=26066
This commit is contained in:
Yury G. Kudryashov 2011-02-23 11:29:23 +00:00
parent eb85a47f9e
commit 072df43f00

View file

@ -33,19 +33,20 @@ let
in in
stdenv.mkDerivation { stdenv.mkDerivation {
name = "boost-1.44.0"; name = "boost-1.46.0";
meta = { meta = with stdenv.lib; {
homepage = "http://boost.org/"; homepage = "http://boost.org/";
description = "Boost C++ Library Collection"; description = "Boost C++ Library Collection";
license = "boost-license"; license = "boost-license";
platforms = platforms.all;
maintainers = [ stdenv.lib.maintainers.simons ]; maintainers = [ maintainers.simons maintainers.urkud ];
}; };
src = fetchurl { src = fetchurl {
url = "mirror://sourceforge/boost/boost_1_44_0.tar.bz2"; url = "mirror://sourceforge/boost/boost_1_46_0.tar.bz2";
sha256 = "1nvq36mvzr1fr85q0jh86rk3bk65s1y55jgqgzfg3lcpkl12ihs5"; sha256 = "0ndsiv06332gbh6wj68pcnci3l5qrc5pm1ca9dkmxhpxj83zd41g";
}; };
enableParallelBuilding = true; enableParallelBuilding = true;