mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-11 15:27:20 +03:00
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
|
||||
# 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})";
|
||||
};
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user