Hi, Am Samstag, dem 19.02.2022 um 02:34 +0000 schrieb Zelphir Kaltstahl: > So I deleted and built the emacs profile again using `guix package -- > manifest="${GUIX_EXTRA_PROFILES}"/emacs-profile-manifest.scm -- > profile="${GUIX_EXTRA_PROFILES}"/emacs-profile`. > > However, no luck. Still magit cannot be loaded. Still saying that: > > ~~~~ > Unable to activate package ‘magit’. > Required package ‘git-commit-3.3.0’ is unavailable > ~~~~ > > Not sure what else I can try. > Best regards, > Zelphir I think there might be something fundamentally wrong here. On a pretty recent git checkout (using pre-inst-env) I can `guix shell -C emacs emacs-magit -E TERM -- emacs' and inside the spawned emacs (require 'magit) works without any issues.
Cheers