nixpkgs/pkgs/tools/admin/acme.sh
Dmitry Bogatov 5452b7f24c
acme-sh: fix missing runtime dependencies (#121322)
acme.sh is a shell script and uses coreutils, sed and grep. If they are
not found in $PATH, it fails with obscure error message:

    >= /usr/bin/env -i ./result/bin/acme.sh --help
    /nix/store/rcbiaxiszy5pl49flfimqrn81fa491l1-acme.sh-2.8.2/libexec/acme.sh: line 6926: --help: command not found

Co-authored-by: Dmitry Bogatov <git#v1@kaction.cc>
2021-06-10 00:38:05 +02:00
..
default.nix acme-sh: fix missing runtime dependencies (#121322) 2021-06-10 00:38:05 +02:00