phoc: deprecate phases

This commit is contained in:
Felix Buehler
2024-03-09 23:59:21 +01:00
parent 660c521f0c
commit 3b7cab05dc
-1
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";
})
];