From mboxrd@z Thu Jan 1 00:00:00 1970 From: Leo Famulari Subject: Re: [PATCH 2/2] gnu: Add sonata Date: Thu, 18 Feb 2016 18:57:18 -0500 Message-ID: <20160218235718.GF9390@jasmine> References: <1455830814-4977-1-git-send-email-mail@cbaines.net> <1455830814-4977-3-git-send-email-mail@cbaines.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:41585) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aWYRp-0000QF-5h for guix-devel@gnu.org; Thu, 18 Feb 2016 18:57:26 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aWYRl-00060u-Vz for guix-devel@gnu.org; Thu, 18 Feb 2016 18:57:25 -0500 Received: from out1-smtp.messagingengine.com ([66.111.4.25]:45862) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aWYRl-00060o-Pq for guix-devel@gnu.org; Thu, 18 Feb 2016 18:57:21 -0500 Content-Disposition: inline In-Reply-To: <1455830814-4977-3-git-send-email-mail@cbaines.net> List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: Christopher Baines Cc: guix-devel@gnu.org 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+)))