From mboxrd@z Thu Jan 1 00:00:00 1970 From: ng0 Subject: [PATCH] gnu: gnunet-gtk: Configure with gnunet path. Date: Fri, 29 Jul 2016 17:52:02 +0000 Message-ID: <87wpk4uybh.fsf@we.make.ritual.n0.is> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:54289) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bTBxD-0005ix-7F for guix-devel@gnu.org; Fri, 29 Jul 2016 13:52:12 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bTBxA-0004Vn-Vr for guix-devel@gnu.org; Fri, 29 Jul 2016 13:52:10 -0400 Received: from mithlond.libertad.in-berlin.de ([2001:67c:1400:2490::1]:34256 helo=beleriand.n0.is) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bTBxA-0004VY-Lz for guix-devel@gnu.org; Fri, 29 Jul 2016 13:52:08 -0400 Received: by beleriand.n0.is (OpenSMTPD) with ESMTPSA id 302dd689 TLS version=TLSv1/SSLv3 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128 verify=NO for ; Fri, 29 Jul 2016 17:52:05 +0000 (UTC) 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" To: guix-devel@gnu.org --=-=-= Content-Type: text/x-patch Content-Disposition: inline; filename=0001-gnu-gnunet-gtk-Configure-with-gnunet-path.patch >From 182c90f6c339c1af919a0885794cb23c1518c227 Mon Sep 17 00:00:00 2001 From: ng0 Date: Fri, 29 Jul 2016 17:45:25 +0000 Subject: [PATCH] gnu: gnunet-gtk: Configure with gnunet path. * gnun/packages/gnunet.scm (gnunet-gtk)[arguments]: Add '--with-gnunet' to #: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 67b0437..4d888bd 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) -- 2.9.2 --=-=-= Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit -- ♥Ⓐ ng0 Current Keys: https://we.make.ritual.n0.is/ng0.txt For non-prism friendly talk find me on http://www.psyced.org --=-=-=--