remove SVK, it does not build and its development stopped in 2009

This commit is contained in:
Pascal Wittmann 2015-09-10 16:53:12 +02:00
parent 10d196c7f1
commit 0f10992d8a

View file

@ -9881,23 +9881,6 @@ let self = _self // overrides; _self = with self; {
};
};
SVK = buildPerlPackage {
name = "SVK-2.0.2";
src = fetchurl {
url = mirror://cpan/authors/id/C/CL/CLKAO/SVK-v2.0.2.tar.gz;
sha256 = "0c4m2q7cvzwh9kk1nc1vd8lkxx2kss5nd4k20dpkal4c7735jns0";
};
propagatedBuildInputs = [
AlgorithmDiff AlgorithmAnnotate AppCLI
ClassDataInheritable DataHierarchy Encode FileTemp
IODigest ListMoreUtils PathClass PerlIOeol
PerlIOviadynamic PerlIOviasymlink PodEscapes
PodSimple SVNMirror TimeHiRes UNIVERSALrequire
URI YAMLSyck ClassAutouse IOPager
LocaleMaketextLexicon FreezeThaw
];
};
SVNMirror = buildPerlPackage {
name = "SVN-Mirror-0.73";
src = fetchurl {