vanillatd: deprecate phases (#432921)
This commit is contained in:
@@ -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; [
|
||||
|
||||
Reference in New Issue
Block a user