From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nils Gillmann Subject: Re: [PATCH 3] gnunet-gtk build-input, homepage (was Re: [PATCH] gnunet.scm -> various changes (description update, adds gnunet-svn, gnunet-gtk-svn, gnurl)) Date: Mon, 28 Mar 2016 19:42:16 +0200 Message-ID: <87k2kmts7b.fsf@grrlz.net> References: <874mcd2cl2.fsf@grrlz.net> <87shzar3wh.fsf@grrlz.net> <20160328163008.GB8174@jasmine> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:59470) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1akbSU-0007bH-Th for guix-devel@gnu.org; Mon, 28 Mar 2016 14:00:12 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1akbSR-000449-N2 for guix-devel@gnu.org; Mon, 28 Mar 2016 14:00:10 -0400 Received: from plane.gmane.org ([80.91.229.3]:60407) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1akbSR-00043e-Gr for guix-devel@gnu.org; Mon, 28 Mar 2016 14:00:07 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1akbSP-0007W2-MY for guix-devel@gnu.org; Mon, 28 Mar 2016 20:00:05 +0200 Received: from xd9bb9273.dyn.telefonica.de ([217.187.146.115]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 28 Mar 2016 20:00:05 +0200 Received: from niasterisk by xd9bb9273.dyn.telefonica.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 28 Mar 2016 20:00:05 +0200 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: guix-devel@gnu.org Leo Famulari writes: > On Mon, Mar 28, 2016 at 05:57:50PM +0200, Nils Gillmann wrote: >> From ee326257b613449ca5c0834f7e8f6b8d0840d486 Mon Sep 17 00:00:00 2001 >> From: Nils Gillmann >> Date: Mon, 28 Mar 2016 17:49:27 +0200 >> Subject: [PATCH] gnu: gnunet-gtk: Add build-input and home-page. > > Can you split this into two patches? I can, but why should I? Because it's two kinds of changes? I see different grouped changes everywhere in the commit logs. >> >> * gnu/packages/gnunet.scm (gnunet-gtk)[configure-flags]: Add build-input gnunet. >> [home-page]: New value. >> --- >> gnu/packages/gnunet.scm | 7 +++++-- >> 1 file changed, 5 insertions(+), 2 deletions(-) >> >> diff --git a/gnu/packages/gnunet.scm b/gnu/packages/gnunet.scm >> index 9fe09a2..9fa2773 100644 >> --- a/gnu/packages/gnunet.scm >> +++ b/gnu/packages/gnunet.scm >> @@ -316,7 +316,9 @@ services.") >> (arguments >> `(#:configure-flags >> (list "--without-libunique" >> - "--with-qrencode"))) >> + "--with-qrencode" >> + (string-append "--with-gnunet=" >> + (assoc-ref %build-inputs "gnunet"))))) >> (inputs >> `(("gnunet" ,gnunet) >> ("libgcrypt" ,libgcrypt) >> @@ -327,4 +329,5 @@ services.") >> (native-inputs >> `(("pkg-config" ,pkg-config) >> ("libglade" ,libglade))) >> - (synopsis "Graphical front-end tools for GNUnet"))) >> + (synopsis "Graphical front-end tools for GNUnet") >> + (home-page "https://gnunet.org"))) >> -- >> 2.7.3 >> > >> >> -- >> ng >> personal contact: http://krosos.sdf.org >> EDN: https://wiki.c3d2.de/EDN > > > -- ng personal contact: http://krosos.sdf.org EDN: https://wiki.c3d2.de/EDN