diff --git a/pkgs/build-support/release/debian-build.nix b/pkgs/build-support/release/debian-build.nix index 3bae38e1d06..3fe4dac25b7 100644 --- a/pkgs/build-support/release/debian-build.nix +++ b/pkgs/build-support/release/debian-build.nix @@ -1,7 +1,5 @@ # This function compiles a source tarball in a virtual machine image -# that contains a Debian-like (i.e. dpkg-based) OS. Currently this is -# just for portability testing: it doesn't produce any Debian -# packages. +# that contains a Debian-like (i.e. dpkg-based) OS. {vmTools, fetchurl}: args: with args; @@ -73,7 +71,7 @@ vmTools.runInLinuxImage (stdenv.mkDerivation ( ''; # */ meta = { - description = "Test build on ${args.diskImage.fullName} (${args.diskImage.name})"; + description = "Build of a Deb package on ${args.diskImage.fullName} (${args.diskImage.name})"; }; }