forked from mirrors/nixpkgs
Merge pull request #8505 from joachifm/delete-codeville
codeville: delete expression
This commit is contained in:
commit
dd73d2af87
|
@ -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";
|
||||
};
|
||||
}
|
|
@ -10765,11 +10765,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 { };
|
||||
|
|
Loading…
Reference in a new issue