Merge remote-tracking branch 'origin/master' into build-ng

Conflicts:
	hydra-module.nix
This commit is contained in:
Eelco Dolstra
2015-08-04 14:30:22 +02:00
3 changed files with 23 additions and 2 deletions

View File

@ -261,6 +261,8 @@ sub buildInputToString {
")";
} else {
$result = "{ outPath = builtins.storePath " . $input->{storePath} . "" .
"; inputType = \"" . $input->{type} . "\"" .
(defined $input->{uri} ? "; uri = \"" . $input->{uri} . "\"" : "") .
(defined $input->{revNumber} ? "; rev = " . $input->{revNumber} . "" : "") .
(defined $input->{revision} ? "; rev = \"" . $input->{revision} . "\"" : "") .
(defined $input->{revCount} ? "; revCount = " . $input->{revCount} . "" : "") .