subversion: fixup some referrers after splitting

This commit is contained in:
Vladimír Čunát
2015-10-26 11:30:48 +01:00
parent c471cb866f
commit c5579c9184
8 changed files with 14 additions and 12 deletions

View File

@@ -39,7 +39,7 @@ in {
"${pkgs.diffutils}"
] ++
(if config.mercurial then ["${pkgs.mercurial}"] else []) ++
(if config.subversion then ["${pkgs.subversion}"] else []) ++
(if config.subversion then ["${pkgs.subversion.out}"] else []) ++
(if config.git then ["${pkgs.git}"] else []);
startupScript = pkgs.writeScript "activatePhabricator" ''