diff options
author | makefu <github@syntax-fehler.de> | 2016-08-24 00:27:45 +0200 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2016-08-24 00:27:45 +0200 |
commit | 56e8681fd2d5a77fe539e5506b4b8f23bc0f4261 (patch) | |
tree | 3c9ca0834a21b47bbcc1dc800363ad3fcb82b2fe /makefu/3modules/rtorrent.nix | |
parent | 5f61d1f92f8c9fa0c69ec0aceea1884b05b6e666 (diff) |
m 3 rtorrent:for rss plugin to work - phpfpm user needs curl in path
Diffstat (limited to 'makefu/3modules/rtorrent.nix')
-rw-r--r-- | makefu/3modules/rtorrent.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/makefu/3modules/rtorrent.nix b/makefu/3modules/rtorrent.nix index 02c922516..441707727 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} ''; }; }; |