nemo:~ $ ssh g1@sysi29.local Last login: Tue May 8 19:04:33 2018 from fe80::1859:7246:9720:20aa%eth0 g1@sysi29 [/run/current-system/profile]~$ ./test0.sh + cd + echo /home/g1 /home/g1 + echo + guix package -I + echo + cat manifest ;;; -*-Scheme-*- ;;; manifest (define usr-packages '( "aspell" "aspell-dict-en" "emacs" "emacs-debbugs" "emacs-guix" "font-dejavu" "fontconfig" "git" "info-reader" "isync" "magit" "make" "man-db" "mu" "nss-certs"; isync req )) (use-modules (gnu packages)) (specifications->manifest usr-packages) + echo + guix package -m manifest installing new manifest from 'manifest' with 15 entries 15 packages in profile The following environment variable definitions may be needed: export PATH="/home/g1/.guix-profile/bin:/home/g1/.guix-profile/sbin${PATH:+:}$PATH" export ASPELL_DICT_DIR="/home/g1/.guix-profile/lib/aspell" export GIT_SSL_CAINFO="/home/g1/.guix-profile/etc/ssl/certs/ca-certificates.crt" export GIT_EXEC_PATH="/home/g1/.guix-profile/libexec/git-core" guix package: warning: Consider running 'guix pull' followed by 'guix package -u' to get up-to-date packages and security updates. + echo + emacs ** (emacs-25-3:27591): WARNING **: Error retrieving accessibility bus address: org.freedesktop.DBus.Error.ServiceUnknown: The name org.a11y.Bus was not provided by any .service files (emacs-25-3:27591): Gtk-WARNING **: Could not find the icon 'list-remove-symbolic-ltr'. The 'hicolor' theme was not found either, perhaps you need to install it. You can get a copy from: http://icon-theme.freedesktop.org/releases g1@sysi29 [/run/current-system/profile]~$