From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Thompson, David" Subject: Re: [PATCH 2/2] gnu: Add sonata Date: Sat, 20 Feb 2016 13:49:15 -0500 Message-ID: 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=UTF-8 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:46117) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aXCak-0001Xd-4R for guix-devel@gnu.org; Sat, 20 Feb 2016 13:49:18 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aXCaj-00022P-8X for guix-devel@gnu.org; Sat, 20 Feb 2016 13:49:18 -0500 Received: from mail-yw0-x235.google.com ([2607:f8b0:4002:c05::235]:33382) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aXCai-00021s-Ui for guix-devel@gnu.org; Sat, 20 Feb 2016 13:49:17 -0500 Received: by mail-yw0-x235.google.com with SMTP id u200so91478301ywf.0 for ; Sat, 20 Feb 2016 10:49:16 -0800 (PST) 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 On Thu, Feb 18, 2016 at 4:26 PM, Christopher Baines wrote: > * gnu/packages/mpd.scm (sonata): New variable. This is really cool, thanks! Sonata was my main music player back in the day and I'm glad to see that it's being maintained again. I cleaned it up somewhat, built it, and ran it. I'm hesitant to push the patch right now, though, and I hope someone who knows more about Python can help me clear some things up. I don't like that gtk+ and gobject-introspection need to be propagated Could anyone familiar with creating Python bindings for C libraries tell me if it would be possible to patch pygobject to include the absolute path to the gtk+ and gobject-introspection libraries? This has been the strategy for avoiding propagation of C libraries within Guile packages, and I'm hoping it applies here. Thanks, - Dave