mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-11 04:02:55 +03:00
codeville: delete expression
Codeville is abandonware. The homepage returns 404, and the last release is 8 years old ...
This commit is contained in:
parent
e1af50c4c4
commit
78d4f1dec6
@ -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";
|
|
||||||
};
|
|
||||||
}
|
|
@ -10673,11 +10673,6 @@ let
|
|||||||
codeblocks = callPackage ../applications/editors/codeblocks { };
|
codeblocks = callPackage ../applications/editors/codeblocks { };
|
||||||
codeblocksFull = callPackage ../applications/editors/codeblocks { contribPlugins = true; };
|
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 { };
|
comical = callPackage ../applications/graphics/comical { };
|
||||||
|
|
||||||
conkeror = callPackage ../applications/networking/browsers/conkeror { };
|
conkeror = callPackage ../applications/networking/browsers/conkeror { };
|
||||||
|
Loading…
Reference in New Issue
Block a user