forked from mirrors/nixpkgs
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:
parent
df35189985
commit
ba47bf7258
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue