add some versions of cppunit/boost/protobuf, added binutils with gold, added nlopt

svn path=/nixpkgs/trunk/; revision=27133
This commit is contained in:
Rob Vermaas 2011-05-04 10:04:03 +00:00
parent 8f7cab5d5c
commit 1625c212d1

View File

@ -0,0 +1,12 @@
{stdenv, fetchurl}:
stdenv.mkDerivation {
name = "cppunit-1.10.0";
src = fetchurl {
url = mirror://sf/cppunit/cppunit-1.10.0.tar.gz;
sha256 = "08w5ljd3rbz6wzipzxqx1ma779b6k930iwjrg4bckddigrq897bg";
};
patches = [./include-cstdlib.patch];
}