On Sat, 06 Aug 2022 16:52:38 +0200 Tobias Geerinckx-Rice <m...@tobias.gr> wrote: > Did you try upgrading both packages at the same time? (guix > package -u emacs-emojify emacs-lsp-mode, for example?)
I only ran this™: guix install emacs-emojify Here's the profile I ran the above against: ``` guix package --export-manifest ;; This "manifest" file can be passed to 'guix package -m' to reproduce ;; the content of your profile. This is "symbolic": it only specifies ;; package names. To reproduce the exact same profile, you also need to ;; capture the channels being used, as returned by "guix describe". ;; See the "Replicating Guix" section in the manual. (specifications->manifest (list "nyxt" "emacs-eglot" "emacs-consult-org-roam" "emacs-org-roam" "emacs-setup" "emacs-use-package" "emacs-load-relative" "emacs-company-lsp" "emacs-company" "emacs-placeholder" "emacs-counsel" "emacs-consult-lsp" "emacs-lsp-mode" "emacs-realgud" "emacs-pcmpl-args" "racket" "emacs-jedi" "emacs-marginalia" "emacs-pyvenv" "st" "xonsh" "emacs-geiser-guile" "emacs-geiser" "guile" "emacs-rg" "emacs-xclip" "emacs-wgrep" "emacs-evil-leader" "emacs-lispy" "tig" "nss-certs" "emacs-code-cells" "emacs-diff-hl" "emacs-purescript-mode" "esbuild" "xwrits" "emacs-org-modern" "castor" "emacs-elpher" "fontconfig" "vis" "man-db" "visidata" "emacs-shell-command+" "sxiv" "feh" "emacs-imenu-list" "emacs-tempel" "litterbox" "emacs" "emacs-consult" "emacs-corfu" "emacs-evil-collection" "emacs-evil" "tokei" "ripgrep" "fzf" "dragon-drop" "skim" "git-open" "tz" "emacs-terminal-here" "emacs-orderless" "catgirl" "emacs-vertico" "lynx" "bower" "glibc-locales")) ``` And the generation I'm on: ``` λ guix describe Generation 88 Aug 03 2022 19:26:59 (current) guix 47a38d0 repository URL: https://git.savannah.gnu.org/git/guix.git branch: master commit: 47a38d09696b309f6174b585465e621352444ddb guixrus ba8eac4 repository URL: https://git.sr.ht/~whereiseveryone/guixrus branch: master commit: ba8eac42546a101b165d3dfd1d3d89a2bd1f788c ``` maybe we need a `guix doctor` command?