From d430a1fa40fd10aefa9940609818adbabacb1e60 Mon Sep 17 00:00:00 2001 From: tv Date: Fri, 18 Nov 2016 15:08:28 +0100 Subject: Revert "k 5 Reaktor: harden sed-plugin" This reverts commit dbb25f7288be2c9d2afe796d63d1a070e353daca. --- krebs/5pkgs/Reaktor/plugins.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'krebs/5pkgs/Reaktor/plugins.nix') diff --git a/krebs/5pkgs/Reaktor/plugins.nix b/krebs/5pkgs/Reaktor/plugins.nix index 242373ce..a483db32 100644 --- a/krebs/5pkgs/Reaktor/plugins.nix +++ b/krebs/5pkgs/Reaktor/plugins.nix @@ -59,7 +59,7 @@ rec { }; sed-plugin = buildSimpleReaktorPlugin "sed-plugin" { - path = [ pkgs.gnused pkgs.proot pkgs.python3 ]; + path = [ pkgs.gnused pkgs.python3 ]; # only support s///gi the plugin needs to see every msg # TODO: this will eat up the last regex, fix Reaktor to support fallthru append_rule = true; -- cgit v1.2.3