vanillatd: deprecate phases

This commit is contained in:
Felix Buehler
2025-08-11 22:24:42 +02:00
parent 68b67204e3
commit 87de4f7566
2 changed files with 3 additions and 5 deletions
+1 -2
View File
@@ -141,8 +141,7 @@ stdenv.mkDerivation (finalAttrs: {
buildInputs = [ dataDerivation ] ++ finalAttrs.buildInputs;
nativeBuildInputs = [ rsync ];
phases = [ "buildPhase" ];
buildPhase =
buildCommand =
let
Default_Data_Path =
if stdenv.hostPlatform.isDarwin then
@@ -8,10 +8,9 @@
}:
builtins.mapAttrs
(
name: buildPhase:
name: buildCommand:
stdenvNoCC.mkDerivation {
inherit name buildPhase;
phases = [ "buildPhase" ];
inherit name buildCommand;
nativeBuildInputs = [ unar ];
meta = {
sourceProvenance = with lib.sourceTypes; [