diff options
Diffstat (limited to 'emacs/guix-info.el')
-rw-r--r-- | emacs/guix-info.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emacs/guix-info.el b/emacs/guix-info.el index aefb32adb5..d0a320f7cf 100644 --- a/emacs/guix-info.el +++ b/emacs/guix-info.el @@ -620,7 +620,7 @@ ENTRY is an alist with package info." (guix-info-insert-action-button "Packages" (lambda (btn) - (guix-get-show-entries 'list 'package 'generation + (guix-get-show-entries 'list guix-package-list-type 'generation (button-get btn 'number))) "Show installed packages for this generation" 'number number) |