mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-20 00:53:12 +03:00
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 ? ""}:
|
||||
|
||||
|
||||
|
@ -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 New Issue
Block a user