From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ricardo Wurmus Subject: Re: [PATCH] segfaulting gnunet-gtk. Date: Fri, 12 Feb 2016 21:58:34 +0100 Message-ID: <87k2m9tzlx.fsf@elephly.net> References: <87oacbt15h.fsf@elephly.net> <87fuxkwtsu.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:33162) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aUKnf-0000PF-Ht for guix-devel@gnu.org; Fri, 12 Feb 2016 15:58:48 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aUKne-0005Xj-Ne for guix-devel@gnu.org; Fri, 12 Feb 2016 15:58:47 -0500 In-reply-to: <87fuxkwtsu.fsf@gnu.org> 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: Ludovic =?utf-8?Q?Court=C3=A8s?= Cc: "guix-devel@gnu.org" Ludovic Courtès writes: >> From 29708ddfff95b06ae2e7076d1e2fd13d93b782b9 Mon Sep 17 00:00:00 2001 >> From: Ni* Gillmann >> Date: Wed, 13 Jan 2016 18:36:31 +0100 >> Subject: [PATCH 2/2] gnu: Add gnunet-gtk. >> >> * gnu/packages/gnunet.scm (gnunet-gtk): New variable. >> >> Co-authored-by: Ricardo Wurmus > > [...] > >> +(define-public gnunet-gtk >> + (package (inherit gnunet) > > Could you add a comment about the bug with a link to the > gnunet-developers thread? I added a comment with a link to the email in the list archive. Thanks for the review! ~~ Ricardo