Merge #140063: vmTools: fixup after adding the img package

This commit is contained in:
Vladimír Čunát 2021-09-30 21:03:38 +02:00
commit 8e3b899626
No known key found for this signature in database
GPG Key ID: E747DF1F9575A3AA

View File

@ -707,7 +707,8 @@ with pkgs;
inherit (darwin) signingUtils;
};
vmTools = callPackage ../build-support/vm { };
# No callPackage. In particular, we don't want `img` *package* in parameters.
vmTools = makeOverridable (import ../build-support/vm) { inherit pkgs lib; };
releaseTools = callPackage ../build-support/release { };