* Quick fix for broken boost.

svn path=/nixpkgs/trunk/; revision=9048
This commit is contained in:
Eelco Dolstra 2007-08-05 11:12:09 +00:00
parent 8804a8af4d
commit e2ad18379e

View File

@ -1275,7 +1275,7 @@ rec {
};
boost = import ../development/libraries/boost {
inherit fetchurl stdenv zlib bzip2 python;
inherit fetchurl stdenv /* zlib bzip2 python */;
};
cairo = import ../development/libraries/cairo {