aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorSimon Tournier <zimon.toutoune@gmail.com>2023-10-16 17:50:53 +0200
committerSimon Tournier <zimon.toutoune@gmail.com>2023-10-17 14:52:03 +0200
commitacdbb798d0eda0fd4164b82d14f31d902de381da (patch)
treec35e161c23742ba05237ebdfb906a7dd7ee26a05 /tests
parent94e0496aa8d7abaddd62972fd76720828b01ba60 (diff)
downloadguix-acdbb798d0eda0fd4164b82d14f31d902de381da.tar.gz
guix-acdbb798d0eda0fd4164b82d14f31d902de381da.zip
scripts: shell: Handle EPIPE errors when displaying help.
* guix/scripts/shell.scm (%options): Handle EPIPE errors when displaying help.
Diffstat (limited to 'tests')
0 files changed, 0 insertions, 0 deletions
span class='msg-avail'>...* gnu/packages/shellutils.scm (boxes): Update to 2.1.1. [arguments]: Adjust 'install phase. Don't explicitly return #t from phases. [native-inputs]: Add xxd. [inputs]: Add libunistring and pcre2. Tobias Geerinckx-Rice 2021-10-18gnu: direnv: Update to 2.28.0....* gnu/packages/shellutils.scm (direnv): Update to 2.28.0. [arguments]: Remove 'delete-vendor' phase, which is no longer needed. In 'check' phase, run "go test". [native-inputs]: Add GO-GITHUB-COM-MATTN-GO-ISATTY and GO-GOLANG-ORG-X-MOD. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Artem Chernyak 2021-10-13gnu: Add zsh-syntax-highlighting....* gnu/packages/shellutils.scm (zsh-syntax-highlighting): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Alexandr Vityazev 2021-07-04gnu: zsh-autosuggestions: Update to 0.7.0....* gnu/packages/shellutils.scm (zsh-autosuggestions): Update to 0.7.0. Brice Waegeneire 2021-07-04gnu: zsh-autosuggestions: Disable failing tests....* gnu/packages/shellutils.scm (zsh-autosuggestions)[arguments]: Add 'patch-tests' phase. Brice Waegeneire 2021-04-25gnu: direnv: Install the documentation....* gnu/packages/shellutils.scm (direnv)[arguments]: Add a new 'install-manpages' phase. Signed-off-by: Leo Famulari <leo@famulari.name> Dion Mendel