1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
|
Index: guix/tests/guix-shell.sh
===================================================================
--- guix.orig/tests/guix-shell.sh
+++ guix/tests/guix-shell.sh
@@ -30,6 +30,10 @@ mkdir "$tmpdir" "$configdir" "$configdir
XDG_CONFIG_HOME="$(realpath $configdir)"
export XDG_CONFIG_HOME
+# Requires use of bootstrap binaries.
+. $(dirname $0)/common.sh
+skip_if_network_unreachable
+
guix shell --bootstrap --pure guile-bootstrap -- guile --version
# '--symlink' can only be used with --container.
|