Commit 1c8b9723 authored by Felix Buehler's avatar Felix Buehler
Browse files

tests.stdenv-inputs: deprecate phases

parent bdf155c1
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -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