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/e.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pkgs/profpatsch/execline/e.nix') diff --git a/pkgs/profpatsch/execline/e.nix b/pkgs/profpatsch/execline/e.nix index 4c569bcd..5f8ac16a 100644 --- a/pkgs/profpatsch/execline/e.nix +++ b/pkgs/profpatsch/execline/e.nix @@ -2,7 +2,7 @@ let bins = getBins pkgs.rlwrap [ "rlwrap" ] - // getBins pkgs.s6-portable-utils [ { use = "s6-cat"; as = "cat"; } "s6-test" ] + // getBins pkgs.s6-portable-utils [ { use = "s6-cat"; as = "cat"; } ] // getBins pkgs.execline [ "execlineb" ]; # minimal execline shell -- cgit 1.4.1