* Add a fetchhg builder to checkout mercurial repositories.
svn path=/nixpkgs/trunk/; revision=18347
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
{stdenv, mercurial, nix}: {url, tag ? null, md5}:
|
||||
|
||||
# TODO: statically check if mercurial as the https support if the url starts woth https.
|
||||
stdenv.mkDerivation {
|
||||
name = "fetchdarcs";
|
||||
name = "fetchhg";
|
||||
builder = ./builder.sh;
|
||||
buildInputs = [mercurial nix];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user