From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nils Gillmann Subject: [PATCH] gnunet-gtk: adds --with-gnunet to configure-flags Date: Tue, 08 Mar 2016 00:58:58 +0100 Message-ID: <87oaapx2kd.fsf@grrlz.net> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:36124) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ad53T-0000kx-Sw for guix-devel@gnu.org; Mon, 07 Mar 2016 18:59:16 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ad53P-0006eH-RM for guix-devel@gnu.org; Mon, 07 Mar 2016 18:59:15 -0500 Received: from plane.gmane.org ([80.91.229.3]:46594) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ad53P-0006e6-Kz for guix-devel@gnu.org; Mon, 07 Mar 2016 18:59:11 -0500 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1ad53O-00030j-G7 for guix-devel@gnu.org; Tue, 08 Mar 2016 00:59:10 +0100 Received: from xd9bb8669.dyn.telefonica.de ([217.187.134.105]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 08 Mar 2016 00:59:10 +0100 Received: from niasterisk by xd9bb8669.dyn.telefonica.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 08 Mar 2016 00:59:10 +0100 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 This should fix the problem we Ricardo reported to gnunet-devel in [GNUNET-developers] gnunet-gtk segfaults and other issues or at least fix part of the problem. It should add a reference to GNUnet to our gnunet-gtk (--with-gnunet= ...), but still does not fix: "checking for Glade core... --with-glade not specified" --=-=-= Content-Type: text/x-patch; charset=utf-8 Content-Disposition: inline; filename=0001-gnu-gnunet-gtk-insert-reference-to-gnunet-directory.patch Content-Transfer-Encoding: 8bit >From 644cf2455f845e3e99c670321faa1e23652f1799 Mon Sep 17 00:00:00 2001 From: Nils Gillmann Date: Tue, 8 Mar 2016 00:45:53 +0100 Subject: [PATCH] gnu: gnunet-gtk: insert reference to gnunet directory * gnu/packages/gnunet.scm (gnunet-gtk): Add --with-gnunet to configure-flags. --- gnu/packages/gnunet.scm | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/gnu/packages/gnunet.scm b/gnu/packages/gnunet.scm index eb0c4cb..a1e92b5 100644 --- a/gnu/packages/gnunet.scm +++ b/gnu/packages/gnunet.scm @@ -3,7 +3,7 @@ ;;; Copyright © 2014 Sree Harsha Totakura ;;; Copyright © 2015 Ludovic Courtès ;;; Copyright © 2015 Efraim Flashner -;;; Copyright © 2016 Ni* Gillmann +;;; Copyright © 2016 Nils Gillmann ;;; Copyright © 2016 Ricardo Wurmus ;;; ;;; This file is part of GNU Guix. @@ -313,7 +313,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.6.3 --=-=-= Content-Type: text/plain I have limited guile knowledge, but it is growing. -- ng irc://loupsycedyglgamf.onion:67/~NiAsterisk https://psyced.org:34443/NiAsterisk/ EDN: https://wiki.c3d2.de/Echt_Dezentrales_Netz/en --=-=-=--