hydra: fix name of build jobset

This commit is contained in:
Rob Vermaas 2010-09-30 15:09:34 +00:00
parent 834ebdea4b
commit 4035eff856

View file

@ -32,7 +32,7 @@ rec {
let nix = nixSqlite; in
releaseTools.nixBuild {
name = "hydra-${tarball.version}";
name = "hydra";
src = tarball;
configureFlags = "--with-nix=${nix}";
@ -64,7 +64,6 @@ rec {
done
echo "doc-pdf manual $out/share/doc/hydra/manual/manual.pdf" >> $out/nix-support/hydra-build-products
echo "nix-build none $out" >> $out/nix-support/hydra-build-products
''; # */
meta = {