fetchsvn: move defaults to package file
This commit is contained in:
parent
763dff1e20
commit
8abaf8dfe5
@ -1,4 +1,4 @@
|
|||||||
{stdenvNoCC, subversion, glibcLocales, sshSupport ? false, openssh ? null}:
|
{stdenvNoCC, subversion, glibcLocales, sshSupport ? true, openssh ? null}:
|
||||||
{url, rev ? "HEAD", md5 ? "", sha256 ? ""
|
{url, rev ? "HEAD", md5 ? "", sha256 ? ""
|
||||||
, ignoreExternals ? false, ignoreKeywords ? false, name ? null
|
, ignoreExternals ? false, ignoreKeywords ? false, name ? null
|
||||||
, preferLocalBuild ? true }:
|
, preferLocalBuild ? true }:
|
||||||
|
@ -226,9 +226,7 @@ in
|
|||||||
|
|
||||||
fetchs3 = callPackage ../build-support/fetchs3 { };
|
fetchs3 = callPackage ../build-support/fetchs3 { };
|
||||||
|
|
||||||
fetchsvn = callPackage ../build-support/fetchsvn {
|
fetchsvn = callPackage ../build-support/fetchsvn { };
|
||||||
sshSupport = true;
|
|
||||||
};
|
|
||||||
|
|
||||||
fetchsvnrevision = import ../build-support/fetchsvnrevision runCommand subversion;
|
fetchsvnrevision = import ../build-support/fetchsvnrevision runCommand subversion;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user