tests.stdenv-inputs: deprecate phases (#435074)
This commit is contained in:
@@ -42,14 +42,13 @@ in
|
|||||||
|
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
name = "stdenv-inputs-test";
|
name = "stdenv-inputs-test";
|
||||||
phases = [ "buildPhase" ];
|
|
||||||
|
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
foo
|
foo
|
||||||
bar
|
bar
|
||||||
];
|
];
|
||||||
|
|
||||||
buildPhase = ''
|
buildCommand = ''
|
||||||
env
|
env
|
||||||
|
|
||||||
printf "checking whether binaries are available... " >&2
|
printf "checking whether binaries are available... " >&2
|
||||||
|
|||||||
Reference in New Issue
Block a user