fetchsvnssh: move defaults to package file
This commit is contained in:
parent
bdd69a9b0c
commit
a4f20976fb
@ -1,4 +1,4 @@
|
|||||||
{stdenvNoCC, subversion, sshSupport ? false, openssh ? null, expect}:
|
{stdenvNoCC, subversion, sshSupport ? true, openssh ? null, expect}:
|
||||||
{username, password, url, rev ? "HEAD", md5 ? "", sha256 ? ""}:
|
{username, password, url, rev ? "HEAD", md5 ? "", sha256 ? ""}:
|
||||||
|
|
||||||
|
|
||||||
|
@ -230,9 +230,7 @@ in
|
|||||||
|
|
||||||
fetchsvnrevision = import ../build-support/fetchsvnrevision runCommand subversion;
|
fetchsvnrevision = import ../build-support/fetchsvnrevision runCommand subversion;
|
||||||
|
|
||||||
fetchsvnssh = callPackage ../build-support/fetchsvnssh {
|
fetchsvnssh = callPackage ../build-support/fetchsvnssh { };
|
||||||
sshSupport = true;
|
|
||||||
};
|
|
||||||
|
|
||||||
fetchhg = callPackage ../build-support/fetchhg { };
|
fetchhg = callPackage ../build-support/fetchhg { };
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user