* rpmBuild already includes the disk image in the output name.

This commit is contained in:
Eelco Dolstra 2010-08-17 14:08:44 +00:00
parent 2de17f4edc
commit ed133e6e64
1 changed files with 1 additions and 1 deletions

View File

@ -143,7 +143,7 @@ let
with import nixpkgs { inherit system; };
releaseTools.rpmBuild rec {
name = "nix-rpm-${diskImage.name}";
name = "nix-rpm";
src = jobs.tarball;
diskImage = diskImageFun vmTools.diskImages;
memSize = 1024;