Author: rob
Date: Wed May 4 10:04:03 2011
New Revision: 27133
URL: https://svn.nixos.org/websvn/nix/?rev=27133&sc=1
Log:
add some versions of cppunit/boost/protobuf, added binutils with gold, added
nlopt
Added:
nixpkgs/trunk/pkgs/development/libraries/cppunit/1.10.nix
Added: nixpkgs/trunk/pkgs/development/libraries/cppunit/1.10.nix
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ nixpkgs/trunk/pkgs/development/libraries/cppunit/1.10.nix Wed May 4
10:04:03 2011 (r27133)
@@ -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];
+}
_______________________________________________
nix-commits mailing list
[email protected]
http://mail.cs.uu.nl/mailman/listinfo/nix-commits