mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-11 04:02:55 +03:00
cppunit: dropped obsolete version 1.10
svn path=/nixpkgs/trunk/; revision=29682
This commit is contained in:
parent
dce7ac1f10
commit
667e2020cc
@ -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];
|
||||
}
|
@ -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
|
||||
|
@ -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 { };
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user