Unrecognized keyword: #:use-substitutes? in procedure build-and-use-profile
When attempting to install a package, I get an unrecognized keyword
error:
scheme@(guile-user)> ,m (emacs-guix)
scheme@(emacs-guix)> (process-package-actions "/var/guix/profiles/per-user/lafrenierejm/guix-profile" #:install '((139760137951120 "out")) #:upgrade '() #:remove '() #:use-substitutes? #t #:dry-run? #f)
The process begins ...
The following package will be installed:
texlive-latex-moderncv 49435
guix/scripts/package.scm:131:0: In procedure build-and-use-profile:
Unrecognized keyword: #:use-substitutes?
Entering a new prompt. Type `,bt' for a backtrace or `,q' to continue.
scheme@(emacs-guix) [1]> ,bt
In emacs-guix/actions.scm:
118:8 2 (process-package-actions _ #:install _ #:upgrade _ #:remove _ #:use-substitutes? _ #:dry-run? _)
In guix/store.scm:
628:10 1 (call-with-store #<procedure 7f1c717d1700 at emacs-guix/actions.scm:118:8 (store)>)
In guix/scripts/package.scm:
131:0 0 (build-and-use-profile _ _ _ #:hooks _ #:allow-collisions? _ #:bootstrap? _)
scheme@(emacs-guix) [1]>
From the output of guix describe
:
guix 27c3afa
repository URL: https://git.savannah.gnu.org/git/guix.git
branch: master
commit: 27c3afa940693376fd1a2a55602f4af9f53798b6
And guix show emacs-guix
:
name: emacs-guix
version: 0.5.2
outputs: out
systems: x86_64-linux i686-linux
dependencies: emacs-bui@1.2.1 emacs-dash@2.17.0 emacs-edit-indirect@0.1.5 emacs-geiser@0.11.2
+ emacs-magit-popup@2.12.5 emacs-minimal@26.3 guile-gcrypt@0.2.1 guile@2.2.6 guix@1.0.1-15.0984481 pkg-config@0.29.2
location: gnu/packages/emacs-xyz.scm:2140:2
homepage: https://emacs-guix.gitlab.io/website/
license: GPL 3+
synopsis: Emacs interface for GNU Guix
description: Emacs-Guix provides a visual interface, tools and features for the GNU Guix package manager.
+ Particularly, it allows you to do various package management tasks from Emacs. To begin with, run `M-x guix-about'
+ or `M-x guix-help' command.
LMK if there's any other information I can provide. Thanks so much for this package!