1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

Merge pull request #216060 from Stunkymonkey/build-support-release-deprecate-phases

build-support/release: deprecate phases
This commit is contained in:
markuskowa 2023-11-28 14:47:13 +01:00 committed by GitHub
commit 438139ccb2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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