1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

Merge pull request #8505 from joachifm/delete-codeville

codeville: delete expression
This commit is contained in:
Pascal Wittmann 2015-06-26 17:09:42 +02:00
commit dd73d2af87
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

@ -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 { };