guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#73936] [PATCH] gnu: Add tuner.


From: Ludovic Courtès
Subject: [bug#73936] [PATCH] gnu: Add tuner.
Date: Mon, 30 Dec 2024 00:00:51 +0100
User-agent: Gnus/5.13 (Gnus v5.13)

Hi,

ashish.is@lostca.se skribis:

> From: Ashish SHUKLA <ashish.is@lostca.se>
>
> * gnu/packages/music.scm (tuner): New variable.
>
> Change-Id: I4ceb4b06069c460785b477cc017dc249f786dfa1

It fell through the cracks…

> +    (native-inputs
> +     `(("desktop-file-utils" ,desktop-file-utils)       ; 
> update-desktop-database
> +       ("gettext-minimal" ,gettext-minimal)
> +       ("glib:bin" ,glib "bin")                         ; 
> glib-compile-schemas
> +       ; for org.gnome.system.proxy schema
> +       ("gsettings-desktop-schemas" ,gsettings-desktop-schemas)
> +       ("gtk:bin" ,gtk "bin")                           ; 
> gtk-update-icon-cache
> +       ("pkg-config" ,pkg-config)
> +       ("vala" ,vala)))

Could you remove input labels (‘guix style -S inputs’)?

> +    (home-page "https://github.com/louis77/tuner";)
> +    (synopsis "Application to discover and play internet radio stations")
> +    (description "A minimalist radio station player to discover and
> +listen to your favourite internet radio stations")

Could you turn the description into proper sentences, as per
<https://guix.gnu.org/manual/devel/en/html_node/Synopses-and-Descriptions.html>?

Thanks in advance,
Ludo’.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]