mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-16 08:58:12 +00:00
build-support/release: deprecate phases
This commit is contained in:
parent
71e21a7234
commit
f20a95a86a
@ -88,7 +88,8 @@ rec {
|
||||
preferLocalBuild = true;
|
||||
_hydraAggregate = true;
|
||||
|
||||
phases = [ "unpackPhase" "patchPhase" "installPhase" ];
|
||||
dontConfigure = true;
|
||||
dontBuild = true;
|
||||
|
||||
patchPhase = lib.optionalString isNixOS ''
|
||||
touch .update-on-nixos-rebuild
|
||||
|
Loading…
Reference in New Issue
Block a user