mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 08:23:09 +00:00
vmTools: fix phases
These gave missing attribute errors. They should have been written as strings inae9337179b
. Fixes:ae9337179b
("vm: deprecate phases") Fixes:52b10ee872
("vmTools refactor: don't use huge `with pkgs;`")
This commit is contained in:
parent
812fe6a2b3
commit
e0455e1e29
@ -510,7 +510,7 @@ rec {
|
||||
tarball must contain an RPM specfile. */
|
||||
|
||||
buildRPM = attrs: runInLinuxImage (stdenv.mkDerivation ({
|
||||
prePhases = [ pkgs.prepareImagePhase pkgs.sysInfoPhase ];
|
||||
prePhases = [ "prepareImagePhase" "sysInfoPhase" ];
|
||||
dontUnpack = true;
|
||||
dontConfigure = true;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user