guix-devel
[Top][All Lists]
Advanced

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

Re: [PATCH 2/2] gnu: Add sonata


From: Leo Famulari
Subject: Re: [PATCH 2/2] gnu: Add sonata
Date: Thu, 18 Feb 2016 18:57:18 -0500
User-agent: Mutt/1.5.24 (2015-08-30)

On Thu, Feb 18, 2016 at 09:26:54PM +0000, Christopher Baines wrote:
> * gnu/packages/mpd.scm (sonata): New variable.

It works! A little too well. I have no idea how it found the remote MPD
server on my LAN.

[...]

> +    (inputs `(("gettext" ,gnu-gettext)))

Can somebody with more experience comment on whether or not this should
be propagated (assuming it's a runtime dependency, otherwise it should
be native)?

> +    (propagated-inputs
> +     `(("python-mpd2" ,python-mpd2)
> +       ("gtk+" ,gtk+)
> +       ("gobject-introspection" ,gobject-introspection)
> +       ("python-pygobject" ,python-pygobject)))
> +    (synopsis "Elegant client for the Music Player Daemon")
> +    (description "Sonata is an elegant graphical client for the Music Player
> +Daemon (MPD).  It supports playlists, multiple profiles (connecting to 
> different
> +MPD servers, search and multimedia key support.")
> +    (home-page "http://www.nongnu.org/sonata/";)
> +    (license license:gpl3+)))



reply via email to

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