added hg2git

svn path=/nixpkgs/trunk/; revision=13096
This commit is contained in:
Marc Weber
2008-10-18 21:08:42 +00:00
parent a4cc4210b5
commit ea22df581b
5 changed files with 39 additions and 0 deletions

View File

@@ -7,6 +7,8 @@ stdenv.mkDerivation {
sha256 = "0fj2aakband855684q76h7zl328iq8i6l81c2k64hy5m0if9hvgr";
};
inherit python; # pass it so that the same version can be used in hg2git
buildInputs = [ python makeWrapper ];
makeFlags = "PREFIX=$(out)";
postInstall = (if args.guiSupport then