Addressed comments I got so far, fixed by excluding home-page
again and changing commit message.

>From dbf39289e906076a69465a9ff30cd0b18691dc50 Mon Sep 17 00:00:00 2001
From: Nils Gillmann <niaster...@grrlz.net>
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

-- 
ng
personal contact: http://krosos.sdf.org
EDN: https://wiki.c3d2.de/EDN

Reply via email to