codeville: delete expression

Codeville is abandonware. The homepage returns 404, and the last release
is 8 years old ...
This commit is contained in:
Joachim Fasting 2015-06-19 15:07:27 +02:00
parent e1af50c4c4
commit 78d4f1dec6
2 changed files with 0 additions and 28 deletions

View File

@ -1,23 +0,0 @@
args : with args;
if (! python ? dbSupport) || (! python.dbSupport) then
throw ''Python DB4 support is required for codeville.''
else
rec {
src = fetchurl {
url = http://codeville.org/download/Codeville-0.8.0.tar.gz;
sha256 = "1p8zc4ijwcwf5bxl34n8d44mlxk1zhbpca68r93ywxqkqm2aqz37";
};
buildInputs = [python makeWrapper];
configureFlags = [];
/* doConfigure should be specified separately */
phaseNames = ["installPythonPackage" (makeManyWrappers ''$out/bin/*'' ''--prefix PYTHONPATH : $(toPythonPath $out)'')];
name = "codeville-0.8.0";
meta = {
description = "RCS with powerful merge";
};
}

View File

@ -10673,11 +10673,6 @@ let
codeblocks = callPackage ../applications/editors/codeblocks { };
codeblocksFull = callPackage ../applications/editors/codeblocks { contribPlugins = true; };
codeville = builderDefsPackage (import ../applications/version-management/codeville/0.8.0.nix) {
inherit makeWrapper;
python = pythonFull;
};
comical = callPackage ../applications/graphics/comical { };
conkeror = callPackage ../applications/networking/browsers/conkeror { };