himalaya: add bash to wrapper runtimeInputs for passwordCommand shell execution
This commit is contained in:
@@ -4,7 +4,7 @@
|
|||||||
package =
|
package =
|
||||||
pkgs.writeShellApplication {
|
pkgs.writeShellApplication {
|
||||||
name = "himalaya";
|
name = "himalaya";
|
||||||
runtimeInputs = [pkgs.coreutils pkgs.himalaya];
|
runtimeInputs = [pkgs.bash pkgs.coreutils pkgs.himalaya];
|
||||||
text = ''
|
text = ''
|
||||||
exec env RUST_LOG="warn,imap_codec::response=error" ${pkgs.himalaya}/bin/himalaya "$@"
|
exec env RUST_LOG="warn,imap_codec::response=error" ${pkgs.himalaya}/bin/himalaya "$@"
|
||||||
'';
|
'';
|
||||||
|
|||||||
Reference in New Issue
Block a user