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: Thu, 31 Mar 2016 02:06:21 +0200 Message-ID: <8760w3fr42.fsf@grrlz.net> References: <874mcd2cl2.fsf@grrlz.net> <87shzar3wh.fsf@grrlz.net> <20160328163008.GB8174@jasmine> <87k2kmts7b.fsf@grrlz.net> <20160329200333.GD19843@jasmine> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:52737) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1alQ8K-00035O-SH for guix-devel@gnu.org; Wed, 30 Mar 2016 20:06:45 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1alQ8F-0008DN-Pp for guix-devel@gnu.org; Wed, 30 Mar 2016 20:06:44 -0400 Received: from plane.gmane.org ([80.91.229.3]:49155) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1alQ8F-0008DJ-Jn for guix-devel@gnu.org; Wed, 30 Mar 2016 20:06:39 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1alQ8E-0001xh-LO for guix-devel@gnu.org; Thu, 31 Mar 2016 02:06:38 +0200 Received: from xd9bb90b5.dyn.telefonica.de ([217.187.144.181]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 31 Mar 2016 02:06:38 +0200 Received: from niasterisk by xd9bb90b5.dyn.telefonica.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 31 Mar 2016 02:06:38 +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 --=-=-= Content-Type: text/plain Addressed comments I got so far, fixed by excluding home-page again and changing commit message. --=-=-= Content-Type: text/x-patch Content-Disposition: inline; filename=0001-gnu-gnunet-gtk-Add-build-input.patch >From dbf39289e906076a69465a9ff30cd0b18691dc50 Mon Sep 17 00:00:00 2001 From: Nils Gillmann Date: Thu, 31 Mar 2016 01:58:33 +0200 Subject: [PATCH] gnu: gnunet-gtk: Add build-input. * gnu/packages/gnunet.scm (gnunet-gtk)[arguments]: Fix configure flags. --- gnu/packages/gnunet.scm | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/gnu/packages/gnunet.scm b/gnu/packages/gnunet.scm index d60a633..4250125 100644 --- a/gnu/packages/gnunet.scm +++ b/gnu/packages/gnunet.scm @@ -315,7 +315,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) -- 2.7.3 --=-=-= Content-Type: text/plain -- ng personal contact: http://krosos.sdf.org EDN: https://wiki.c3d2.de/EDN --=-=-=--