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
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
name = "hg-archive" + (if (name != null) then "-${name}" else "");
|
name = "hg-archive" + (if (name != null) then "-${name}" else "");
|
||||||
builder = ./builder.sh;
|
builder = ./builder.sh;
|
||||||
buildInputs = [mercurial nix];
|
buildInputs = [mercurial];
|
||||||
|
|
||||||
# Nix <= 0.7 compatibility.
|
# Nix <= 0.7 compatibility.
|
||||||
id = md5;
|
id = md5;
|
||||||
|
|
Loading…
Add table
Reference in a new issue