Merge pull request #294591 from Stunkymonkey/phoc-deprecate-phases
phoc: deprecate phases
This commit is contained in:
commit
f4d4c00b63
1 changed files with 0 additions and 1 deletions
|
@ -65,7 +65,6 @@ stdenv.mkDerivation (finalAttrs: {
|
|||
inherit (finalAttrs) src;
|
||||
preferLocalBuild = true;
|
||||
allowSubstitutes = false;
|
||||
phases = "unpackPhase installPhase";
|
||||
installPhase = "cp subprojects/packagefiles/wlroots/$name $out";
|
||||
})
|
||||
];
|
||||
|
|
Loading…
Reference in a new issue