summaryrefslogtreecommitdiffstats
path: root/makefu/3modules
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2016-08-24 00:27:45 +0200
committermakefu <github@syntax-fehler.de>2016-08-24 00:27:45 +0200
commit56e8681fd2d5a77fe539e5506b4b8f23bc0f4261 (patch)
tree3c9ca0834a21b47bbcc1dc800363ad3fcb82b2fe /makefu/3modules
parent5f61d1f92f8c9fa0c69ec0aceea1884b05b6e666 (diff)
m 3 rtorrent:for rss plugin to work - phpfpm user needs curl in path
Diffstat (limited to 'makefu/3modules')
-rw-r--r--makefu/3modules/rtorrent.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/makefu/3modules/rtorrent.nix b/makefu/3modules/rtorrent.nix
index 02c92251..44170772 100644
--- a/makefu/3modules/rtorrent.nix
+++ b/makefu/3modules/rtorrent.nix
@@ -357,6 +357,7 @@ let
php_admin_value[error_log] = 'stderr'
php_admin_flag[log_errors] = on
catch_workers_output = yes
+ env[PATH] = ${makeBinPath rutorrent-deps}
'';
};
};