properly pass bazaar inputs

This commit is contained in:
Rob Vermaas 2011-02-09 12:54:29 +00:00
parent 98824f2aaf
commit c2a7de45a5

View file

@ -584,7 +584,7 @@ sub inputsToArgs {
when ("boolean") {
push @res, "--arg", $input, $alt->{value};
}
when (["svn", "svn-checkout", "path", "build", "git", "hg", "sysbuild"]) {
when (["svn", "svn-checkout", "path", "build", "git", "hg", "sysbuild", "bzr", "bzr-checkout"]) {
push @res, "--arg", $input, (
"{ outPath = builtins.storePath " . $alt->{storePath} . "" .
(defined $alt->{revision} ? "; rev = \"" . $alt->{revision} . "\"" : "") .