fetchsvnssh: move defaults to package file
This commit is contained in:
parent
bdd69a9b0c
commit
a4f20976fb
2 changed files with 2 additions and 4 deletions
|
@ -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 ? ""}:
|
||||
|
||||
|
||||
|
|
|
@ -230,9 +230,7 @@ in
|
|||
|
||||
fetchsvnrevision = import ../build-support/fetchsvnrevision runCommand subversion;
|
||||
|
||||
fetchsvnssh = callPackage ../build-support/fetchsvnssh {
|
||||
sshSupport = true;
|
||||
};
|
||||
fetchsvnssh = callPackage ../build-support/fetchsvnssh { };
|
||||
|
||||
fetchhg = callPackage ../build-support/fetchhg { };
|
||||
|
||||
|
|
Loading…
Reference in a new issue