build-support/release: deprecate phases
This commit is contained in:
parent
71e21a7234
commit
f20a95a86a
1 changed files with 2 additions and 1 deletions
|
@ -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 a new issue