GNU bug report logs -
#48953
Improve Dino
Previous Next
Full log
Message #26 received at 48953 <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
On Thu, 10 Jun 2021, Raghav Gururajan via Guix-patches via wrote:
> These new inputs are referenced by the package but was missing in
> the package definition. Some of these inputs might have been used
> by the package indirectly via propagation from other inputs.
Cool, thanks for working on improving Dino.
> * gnu/packages/messaging.scm (dino)[native-inputs]: Add gobject-introspection.
> [inputs]: Add atk, cairo, gdk-pixbug+svg, libcanberra, libnice and pango.
> ---
> gnu/packages/messaging.scm | 9 ++++++++-
> 1 file changed, 8 insertions(+), 1 deletion(-)
>
> diff --git a/gnu/packages/messaging.scm b/gnu/packages/messaging.scm
> index d85577e76c..5be733f3a2 100644
> --- a/gnu/packages/messaging.scm
> +++ b/gnu/packages/messaging.scm
[…]
> + ("libcanberra" ,libcanberra)
I think canberra support is disabled by default even if the dependency is
present. I found the following configure-flags enable it:
#:configure-flags (list "-DDINO_PLUGIN_ENABLED_notification-sound=yes")
Now I'm curious to find out from upstream why it's not enabled by default
and if that should affect whether we enable it in Guix.
Best,
Jack
This bug report was last modified 3 years and 333 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.