Merge pull request #294591 from Stunkymonkey/phoc-deprecate-phases

phoc: deprecate phases
This commit is contained in:
Nick Cao 2024-03-10 10:24:48 -04:00 committed by GitHub
commit f4d4c00b63
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -65,7 +65,6 @@ stdenv.mkDerivation (finalAttrs: {
inherit (finalAttrs) src;
preferLocalBuild = true;
allowSubstitutes = false;
phases = "unpackPhase installPhase";
installPhase = "cp subprojects/packagefiles/wlroots/$name $out";
})
];