tests.stdenv-inputs: deprecate phases (#435074)

This commit is contained in:
Sandro
2025-08-21 13:49:18 +02:00
committed by GitHub

View File

@@ -42,14 +42,13 @@ in
stdenv.mkDerivation {
name = "stdenv-inputs-test";
phases = [ "buildPhase" ];
buildInputs = [
foo
bar
];
buildPhase = ''
buildCommand = ''
env
printf "checking whether binaries are available... " >&2