cppunit: dropped obsolete version 1.10

svn path=/nixpkgs/trunk/; revision=29682
This commit is contained in:
Peter Simons 2011-10-06 10:23:23 +00:00
parent dce7ac1f10
commit 667e2020cc
3 changed files with 0 additions and 25 deletions

View File

@ -1,12 +0,0 @@
{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];
}

View File

@ -1,12 +0,0 @@
diff -rc cppunit-1.10.0/src/cppunit/TypeInfoHelper.cpp cppunit-1.10.0-2/src/cppunit/TypeInfoHelper.cpp
*** cppunit-1.10.0/src/cppunit/TypeInfoHelper.cpp 2004-02-18 21:45:44.000000000 +0100
--- cppunit-1.10.0-2/src/cppunit/TypeInfoHelper.cpp 2011-04-13 09:20:57.000000000 +0200
***************
*** 1,5 ****
--- 1,6 ----
#include <cppunit/Portability.h>
#include <cppunit/extensions/TypeInfoHelper.h>
+ #include <cstdlib>
#if CPPUNIT_HAVE_RTTI

View File

@ -3168,7 +3168,6 @@ let
ctl = callPackage ../development/libraries/ctl { };
cppunit = callPackage ../development/libraries/cppunit { };
cppunit_1_10 = callPackage ../development/libraries/cppunit/1.10.nix { };
cracklib = callPackage ../development/libraries/cracklib { };