aboutsummaryrefslogtreecommitdiff
path: root/etc/guix-install.sh
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2020-12-17 21:31:52 +0100
committerLudovic Courtès <ludo@gnu.org>2020-12-17 21:32:51 +0100
commit52beec2d71e67fd94e105d56cc6f4d7d3cb5cc38 (patch)
treeee1c8383a045495226059cdf181506268dfb9d75 /etc/guix-install.sh
parent4c6824a8182f8c46a15bb0d0bf5068ab9f2f5639 (diff)
downloadguix-52beec2d71e67fd94e105d56cc6f4d7d3cb5cc38.tar.gz
guix-52beec2d71e67fd94e105d56cc6f4d7d3cb5cc38.zip
gnu: cross-base: Re-add cross-MIG as an input for GNU/Hurd.
* gnu/packages/cross-base.scm (cross-libc)[native-inputs]: Re-add "cross-mig", erroneously removed in 6690b6d1e7333137e4731ec5e4bb30d6637c3237.
Diffstat (limited to 'etc/guix-install.sh')
0 files changed, 0 insertions, 0 deletions
ts/guix-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