forked from lix-project/hydra
hydra: fix name of build jobset
This commit is contained in:
parent
834ebdea4b
commit
4035eff856
|
@ -32,7 +32,7 @@ rec {
|
||||||
let nix = nixSqlite; in
|
let nix = nixSqlite; in
|
||||||
|
|
||||||
releaseTools.nixBuild {
|
releaseTools.nixBuild {
|
||||||
name = "hydra-${tarball.version}";
|
name = "hydra";
|
||||||
src = tarball;
|
src = tarball;
|
||||||
configureFlags = "--with-nix=${nix}";
|
configureFlags = "--with-nix=${nix}";
|
||||||
|
|
||||||
|
@ -64,7 +64,6 @@ rec {
|
||||||
done
|
done
|
||||||
|
|
||||||
echo "doc-pdf manual $out/share/doc/hydra/manual/manual.pdf" >> $out/nix-support/hydra-build-products
|
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 = {
|
meta = {
|
||||||
|
|
Loading…
Reference in a new issue