From mboxrd@z Thu Jan 1 00:00:00 1970 From: Leo Famulari 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 12:30:08 -0400 Message-ID: <20160328163008.GB8174@jasmine> References: <874mcd2cl2.fsf@grrlz.net> <87shzar3wh.fsf@grrlz.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:36673) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aka3Q-0000ub-Qk for guix-devel@gnu.org; Mon, 28 Mar 2016 12:30:13 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aka3M-0002RE-HK for guix-devel@gnu.org; Mon, 28 Mar 2016 12:30:12 -0400 Received: from out2-smtp.messagingengine.com ([66.111.4.26]:48464) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aka3M-0002RA-ER for guix-devel@gnu.org; Mon, 28 Mar 2016 12:30:08 -0400 Content-Disposition: inline In-Reply-To: <87shzar3wh.fsf@grrlz.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: Nils Gillmann Cc: guix-devel@gnu.org 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? > > * 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