GNU bug report logs -
#21399
Emacs: Guix Package Info omits some inputs
Previous Next
Reported by: ludo <at> gnu.org (Ludovic Courtès)
Date: Wed, 2 Sep 2015 13:07:02 UTC
Severity: normal
Done: ludo <at> gnu.org (Ludovic Courtès)
Bug is archived. No further changes may be made.
Full log
Message #11 received at 21399 <at> debbugs.gnu.org (full text, mbox):
Alex Kost <alezost <at> gmail.com> skribis:
> Yes, you are right, it is filtered in ‘package-inputs-names’ in
> "emacs/guix-main.scm". The easiest fix would be the following
>
> diff --git a/emacs/guix-main.scm b/emacs/guix-main.scm
> index 8d3a881..636d524 100644
> --- a/emacs/guix-main.scm
> +++ b/emacs/guix-main.scm
> @@ -245,7 +245,7 @@ Example:
> (define (package-inputs-names inputs)
> "Return a list of full names of the packages from package INPUTS."
> (filter-map (match-lambda
> - ((_ (? package? package))
> + ((_ (? package? package) _ ...)
> (package-full-name package))
> (_ #f))
> inputs))
>
> However, I think it would be better to have "icedtea6-1.13.7:jdk"
> instead of "icedtea6-1.13.7" in the "Inputs". This requires modifying
> ‘full-name->name+version’ procedure so that pressing such
> "<name>-<version>:<out>" buttons will also work.
Right, makes sense.
> From ae9203234d5254a9cb6a8127d31e99289c605f7a Mon Sep 17 00:00:00 2001
> From: Alex Kost <alezost <at> gmail.com>
> Date: Wed, 2 Sep 2015 17:57:58 +0300
> Subject: [PATCH] emacs: Add support for "triplet" package inputs.
>
> Fixes <http://bugs.gnu.org/21399>.
>
> * emacs/guix-main.scm (full-name->name+version): Adjust to handle
> "name-version:output" string.
> (package-inputs-names): Support ("name" package "output") inputs.
LGTM, thanks for the quick fix!
Ludo’.
This bug report was last modified 9 years and 267 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.