add some versions of cppunit/boost/protobuf, added binutils with gold, added nlopt
svn path=/nixpkgs/trunk/; revision=27133
This commit is contained in:
parent
8f7cab5d5c
commit
1625c212d1
12
pkgs/development/libraries/cppunit/1.10.nix
Normal file
12
pkgs/development/libraries/cppunit/1.10.nix
Normal 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];
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user