fetchhg: removing the nix dependency

I don't think it's required for anything. I tried once without it, and it
worked equally fine.
This commit is contained in:
Lluis Batlle 2012-08-24 17:10:23 +02:00
parent df35189985
commit ba47bf7258

View file

@ -4,7 +4,7 @@
stdenv.mkDerivation {
name = "hg-archive" + (if (name != null) then "-${name}" else "");
builder = ./builder.sh;
buildInputs = [mercurial nix];
buildInputs = [mercurial];
# Nix <= 0.7 compatibility.
id = md5;