summaryrefslogtreecommitdiff
path: root/emacs
diff options
context:
space:
mode:
Diffstat (limited to 'emacs')
-rw-r--r--emacs/guix-base.el7
1 files changed, 4 insertions, 3 deletions
diff --git a/emacs/guix-base.el b/emacs/guix-base.el
index 14ea3d4458..a2bd5bf7f2 100644
--- a/emacs/guix-base.el
+++ b/emacs/guix-base.el
@@ -1087,9 +1087,10 @@ FILE. With a prefix argument, also prompt for PROFILE."
file profile)))
(guix-eval-in-repl
(guix-make-guile-expression
- 'guix-package
- (concat "--profile=" profile)
- (concat "--manifest=" file))
+ 'guix-command
+ "package"
+ (concat "--profile=" (expand-file-name profile))
+ (concat "--manifest=" (expand-file-name file)))
operation-buffer)))