Hello all, Using emacs-guix to install packages produces the following error and backtrace. I've made sure I'm up-to-date, and installing via command line works fine.
Any ideas? GNU Guile 3.0.9 Copyright (C) 1995-2023 Free Software Foundation, Inc. Guile comes with ABSOLUTELY NO WARRANTY; for details type `,show w'. This program is free software, and you are welcome to redistribute it under certain conditions; type `,show c' for details. Enter `,help' for help. scheme@(guile-user)> ,m (emacs-guix) scheme@(emacs-guix)> warning: failed to load '(gnu packages abiword)': (process-package-actions "/var/guix/profiles/per-user/laurence/guix-profile" #:install '((140436270318272 "out")) #:upgrade '() #:remove '() #:use-substitutes? #t #:dry-run? #f) The process begins ... The following package will be installed: vorta 0.9.1 ice-9/boot-9.scm:1685:16: In procedure raise-exception: No variable named %final-inputs in #<directory (gnu packages commencement) 7fb9f8a9cd20> Entering a new prompt. Type `,bt' for a backtrace or `,q' to continue. scheme@(emacs-guix) [1]> ,bt In emacs-guix/actions.scm: 119:8 18 (process-package-actions _ #:install _ #:upgrade _ #:remove _ #:use-substitutes? _ #:dry-run? _) In ice-9/boot-9.scm: 1752:10 17 (with-exception-handler _ _ #:unwind? _ #:unwind-for-type _) In guix/store.scm: 689:37 16 (thunk) 1330:8 15 (call-with-build-handler #<procedure 7fb9dba926c0 at guix/ui.scm:1242:2 (continue store things mode)> _) In guix/scripts/package.scm: 151:19 14 (build-and-use-profile #<store-connection 256.100 7fb9f911ba50> "/var/guix/profiles/per-user/laurence/guix-profile" #<<manifest> entries: (#<<manifest-entry> name: "vorta" version: "0.9.1" output: "out" item: #<package vorta@0.9.1 gnu/packages/backup.scm:1398 7fb9de0182c0> dependencies: () search-paths: () parent: #<promise #<procedure 7fb9f7e8e1e0 at guix/profiles.scm:382:48 ()>> properties: ()> #<<manifest-entry> name: "borgmatic" version: "1.8.14" output: "out" item: "/gnu/store/v5l2ckg7qbhqbnkkcv48jz6dvl9svdfh-borgmatic-1.8.14" dependencies: () search-paths: () parent: #<promise #<procedure 7fb9f7e8d828 at guix/profiles.scm:577:57 ()>> properties: ((provenance (repository (version 0) (url "https://git.savannah.gnu.org/git/guix.git") (branch "master") (commit "c9abfacd9f58f7365668b67a8125640b7497932a") (name guix) (introduction (channel-introduction (version 0) (commit "9edb3f66fd807b096b48283debdcddccfea34bad") (signer "BBB0 2DDF 2CEA F6A8 0D1D E643 A2A0 6DF2 A3…> …) In guix/store.scm: 2210:25 13 (run-with-store #<store-connection 256.100 7fb9f911ba50> #<procedure 7fb9fb6a2680 at guix/profiles.scm:2005:2 (state)> #:guile-for-build _ #:system _ #:target _) In guix/profiles.scm: 670:3 12 (_ _) In srfi/srfi-1.scm: 586:17 11 (map1 (#<<manifest-entry> name: "vorta" version: "0.9.1" output: "out" item: #<package vorta@0.9.1 gnu/packages/backup.scm:1398 7fb9de0182c0> dependencies: () search-paths: () parent: #<promise #<procedure 7fb9f7e8e1e0 at guix/profiles.scm:382:48 ()>> properties: ()> #<<manifest-entry> name: "borgmatic" version: "1.8.14" output: "out" item: "/gnu/store/v5l2ckg7qbhqbnkkcv48jz6dvl9svdfh-borgmatic-1.8.14" dependencies: () search-paths: () parent: #<promise #<procedure 7fb9f7e8d828 at guix/profiles.scm:577:57 ()>> properties: ((provenance (repository (version 0) (url "https://git.savannah.gnu.org/git/guix.git") (branch "master") (commit "c9abfacd9f58f7365668b67a8125640b7497932a") (name guix) (introduction (channel-introduction (version 0) (commit "9edb3f66fd807b096b48283debdcddccfea34bad") (signer "BBB0 2DDF 2CEA F6A8 0D1D E643 A2A0 6DF2 A33A 54FA"))))))> #<<manifest-entry> name: "emacs-guix" version: "0.5.2-7.455272c" output: "out" item: "/gnu/store/aqsz0s9x5hijll9pa…> …)) In guix/profiles.scm: 1999:19 10 (_ _) In guix/packages.scm: 1444:17 9 (supported-package? #<package vorta@0.9.1 gnu/packages/backup.scm:1398 7fb9de0182c0> _) In guix/memoization.scm: 101:0 8 (_ #<hash-table 7fb9dbaa0040 0/31> #<package vorta@0.9.1 gnu/packages/backup.scm:1398 7fb9de0182c0> _) In guix/packages.scm: 1422:39 7 (_) 1692:16 6 (package->bag _ _ _ #:graft? _) 1789:22 5 (thunk) In guix/build-system/pyproject.scm: 85:27 4 (lower "vorta-0.9.1" #:source _ #:inputs _ #:native-inputs _ #:outputs _ #:system _ #:target _ #:python _ . _) In guix/build-system/gnu.scm: 281:5 3 (standard-packages _) In ice-9/boot-9.scm: 2858:12 2 (module-ref _ _ . _) 1685:16 1 (raise-exception _ #:continuable? _) 1685:16 0 (raise-exception _ #:continuable? _) scheme@(emacs-guix) [1]>