summaryrefslogtreecommitdiffstats
path: root/krebs/5pkgs/Reaktor/plugins.nix
diff options
context:
space:
mode:
authortv <tv@krebsco.de>2016-11-18 15:08:28 +0100
committertv <tv@krebsco.de>2016-11-18 15:08:28 +0100
commitd430a1fa40fd10aefa9940609818adbabacb1e60 (patch)
tree60b047cc41dcb17e8f251b70df7d36d7c401709a /krebs/5pkgs/Reaktor/plugins.nix
parent151ca19a6e67e0c7644f489069cfbc17cec71187 (diff)
Revert "k 5 Reaktor: harden sed-plugin"
This reverts commit dbb25f7288be2c9d2afe796d63d1a070e353daca.
Diffstat (limited to 'krebs/5pkgs/Reaktor/plugins.nix')
-rw-r--r--krebs/5pkgs/Reaktor/plugins.nix2
1 files changed, 1 insertions, 1 deletions
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;