From mboxrd@z Thu Jan 1 00:00:00 1970 From: ng0 Subject: [PATCH] gnu: gnunet-gtk: Add libunique support in gnunet-gtk. Date: Mon, 22 Aug 2016 23:21:54 +0000 Message-ID: <87twec8k4t.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]:38899) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bbyXX-0005od-Vq for guix-devel@gnu.org; Mon, 22 Aug 2016 19:22:00 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bbyXV-0007SA-Ta for guix-devel@gnu.org; Mon, 22 Aug 2016 19:21:59 -0400 Received: from mithlond.libertad.in-berlin.de ([2001:67c:1400:2490::1]:43337 helo=beleriand.n0.is) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bbyXV-0007RM-Ij for guix-devel@gnu.org; Mon, 22 Aug 2016 19:21:57 -0400 Received: by beleriand.n0.is (OpenSMTPD) with ESMTPSA id 7a189aa6 TLS version=TLSv1/SSLv3 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO for ; Mon, 22 Aug 2016 23:21:54 +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/plain In the commit message, is the ending "in gnunet-gtk" unnecessary? It almost feels like it. Thanks for merging the libunique patch. --=-=-= Content-Type: text/x-patch Content-Disposition: inline; filename=0001-gnu-gnunet-gtk-Add-libunique-support-in-gnunet-gtk.patch >From 71c7fa15df9793827e93823eb37c35b4357626cc Mon Sep 17 00:00:00 2001 From: ng0 Date: Mon, 22 Aug 2016 23:13:03 +0000 Subject: [PATCH] gnu: gnunet-gtk: Add libunique support in gnunet-gtk. * gnu/packages/gnunet.scm (gnunet-gtk)[inputs]: Add libunique. [arguments]: Add "--with-libunique" to #:configure-flags. --- gnu/packages/gnunet.scm | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/gnu/packages/gnunet.scm b/gnu/packages/gnunet.scm index 7887322..b08ba74 100644 --- a/gnu/packages/gnunet.scm +++ b/gnu/packages/gnunet.scm @@ -325,7 +325,7 @@ services.") "1p38k1s6a2fmcfc9a7cf1zrdycm9h06kqdyand4s3k500nj6mb4g")))) (arguments `(#:configure-flags - (list "--without-libunique" + (list "--with-libunique" "--with-qrencode" (string-append "--with-gnunet=" (assoc-ref %build-inputs "gnunet"))))) @@ -335,7 +335,8 @@ services.") ("gtk+" ,gtk+) ("libextractor" ,libextractor) ("glade3" ,glade3) - ("qrencode" ,qrencode))) + ("qrencode" ,qrencode) + ("libunique" ,libunique))) (native-inputs `(("pkg-config" ,pkg-config) ("libglade" ,libglade))) -- 2.9.3 --=-=-= Content-Type: text/plain -- ng0 For non-prism friendly talk find me on http://www.psyced.org --=-=-=--