aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/node.scm
diff options
context:
space:
mode:
author宋文武 <iyzsong@member.fsf.org>2023-07-29 15:20:18 +0800
committer宋文武 <iyzsong@member.fsf.org>2023-08-03 17:38:10 +0800
commit6d51ebf63b505cd25d3ad95017c9b6d3162db148 (patch)
tree8466ae0bf9357623a24ffeacbd9f75d3ae9ff80a /gnu/packages/node.scm
parentf0ee89c377c226a9f5c917477b3523f8775822bd (diff)
downloadguix-6d51ebf63b505cd25d3ad95017c9b6d3162db148.tar.gz
guix-6d51ebf63b505cd25d3ad95017c9b6d3162db148.zip
gnu: krfb: Update to 23.04.3.
* gnu/packages/kde-systemtools.scm (krfb): Update to 23.04.3. [inputs]: Add kpipewire.
Diffstat (limited to 'gnu/packages/node.scm')
0 files changed, 0 insertions, 0 deletions
ix-environment.sh, tests/guix-gc.sh, tests/guix-git-authenticate.sh, tests/guix-graph.sh, tests/guix-hash.sh, tests/guix-home.sh, tests/guix-pack-relocatable.sh, tests/guix-pack.sh, tests/guix-package-aliases.sh, tests/guix-package-net.sh, tests/guix-package.sh, tests/guix-refresh.sh, tests/guix-shell.sh, tests/guix-style.sh, tests/guix-system.sh: Replace uses of '! ...' with '... && false' or `test ! ...` as appropriate. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Eric Bavier 2023-01-25tests: Do not try to create "$HOME/.config"....Previously this test would fail when HOME=/homeless-shelter and said directory cannot be created. * tests/guix-refresh.sh: Pass '--keyring' together with '-u'. Ludovic Courtès 2023-01-08refresh: Add CLI tests....* guix/import/test.scm, tests/guix-refresh.sh: New files. * Makefile.am (MODULES, SH_TESTS): Add them. Ludovic Courtès