removed subversion14merge
I don't think anyone is still using it everyone caring about merging is using git or such anyway and subversion15 has support built in. svn path=/nixpkgs/trunk/; revision=12905
This commit is contained in:
@@ -1,22 +0,0 @@
|
||||
{subversion, stdenv, python, shebangfix }:
|
||||
stdenv.mkDerivation {
|
||||
name = "svnmerge-${subversion.version}";
|
||||
|
||||
src = subversion.src;
|
||||
|
||||
phases = "unpackPhase buildPhase";
|
||||
|
||||
buildInputs = [ shebangfix python ];
|
||||
|
||||
buildPhase = "
|
||||
ensureDir \$out/bin
|
||||
t=\$out/bin/svnmerge.py
|
||||
cp contrib/client-side/svnmerge.py \$t
|
||||
chmod +x \$t
|
||||
shebangfix \$t
|
||||
";
|
||||
|
||||
meta = subversion.meta // {
|
||||
description = "installs the contrib tool svnmerge.py";
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user