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+)))