svn path=/nixpkgs/trunk/; revision=13401
This commit is contained in:
parent
c90bd0756c
commit
fc06d93252
@ -1,7 +1,5 @@
|
|||||||
# This function compiles a source tarball in a virtual machine image
|
# This function compiles a source tarball in a virtual machine image
|
||||||
# that contains a Debian-like (i.e. dpkg-based) OS. Currently this is
|
# that contains a Debian-like (i.e. dpkg-based) OS.
|
||||||
# just for portability testing: it doesn't produce any Debian
|
|
||||||
# packages.
|
|
||||||
|
|
||||||
{vmTools, fetchurl}: args: with args;
|
{vmTools, fetchurl}: args: with args;
|
||||||
|
|
||||||
@ -73,7 +71,7 @@ vmTools.runInLinuxImage (stdenv.mkDerivation (
|
|||||||
''; # */
|
''; # */
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "Test build on ${args.diskImage.fullName} (${args.diskImage.name})";
|
description = "Build of a Deb package on ${args.diskImage.fullName} (${args.diskImage.name})";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user