applyPatches: remove explicit phases

This commit is contained in:
Ross Smyth
2026-02-09 15:55:15 -05:00
parent 3b4c6073c1
commit 4b67bd98f4
@@ -1044,7 +1044,11 @@ rec {
;
preferLocalBuild = true;
allowSubstitutes = false;
phases = "unpackPhase patchPhase installPhase";
dontConfigure = true;
dontBuild = true;
doCheck = false;
installPhase = "cp -R ./ $out";
}
# Carry (and merge) information from the underlying `src` if present.