From b1fcde65e2b1adaaa3e9069d7722ee2b70c5a38f Mon Sep 17 00:00:00 2001 From: sternenseemann Date: Mon, 10 Apr 2023 14:42:16 +0200 Subject: treewide: s6-test is dead, long live eltest! Recent versions of s6-portable-utils no longer include s6-test which was deprecated in favor of eltest which supposedly has the same interface. I've not tested this commit very thoroughly, but my system now builds again with recent nixpkgs commits (I think I dependended on s6-test via the rust writer via nman). cc @Profpatsch --- pkgs/profpatsch/execline/run-execline-tests.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pkgs/profpatsch/execline/run-execline-tests.nix') diff --git a/pkgs/profpatsch/execline/run-execline-tests.nix b/pkgs/profpatsch/execline/run-execline-tests.nix index c3f534cc..5482a643 100644 --- a/pkgs/profpatsch/execline/run-execline-tests.nix +++ b/pkgs/profpatsch/execline/run-execline-tests.nix @@ -81,7 +81,7 @@ let }; } [ "importas" "-ui" "v" "myvar" - "if" [ bin.s6-test "myvalue" "=" "$v" ] + "if" [ bin.eltest "myvalue" "=" "$v" ] "importas" "out" "out" bin.s6-touch "$out" ]; -- cgit 1.4.1