all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Nils Gillmann <niasterisk@grrlz.net>
To: guix-devel@gnu.org
Subject: [PATCH] gnunet-gtk: adds --with-gnunet to configure-flags
Date: Tue, 08 Mar 2016 00:58:58 +0100	[thread overview]
Message-ID: <87oaapx2kd.fsf@grrlz.net> (raw)

[-- Attachment #1: Type: text/plain, Size: 320 bytes --]

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"


[-- Attachment #2: 0001-gnu-gnunet-gtk-insert-reference-to-gnunet-directory.patch --]
[-- Type: text/x-patch, Size: 1340 bytes --]

From 644cf2455f845e3e99c670321faa1e23652f1799 Mon Sep 17 00:00:00 2001
From: Nils Gillmann <niasterisk@grrlz.net>
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 <sreeharsha@totakura.in>
 ;;; Copyright © 2015 Ludovic Courtès <ludo@gnu.org>
 ;;; Copyright © 2015 Efraim Flashner <efraim@flashner.co.il>
-;;; Copyright © 2016 Ni* Gillmann <ng@niasterisk.space>
+;;; Copyright © 2016 Nils Gillmann <niasterisk@grrlz.net>
 ;;; Copyright © 2016 Ricardo Wurmus <rekado@elephly.net>
 ;;;
 ;;; 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


[-- Attachment #3: Type: text/plain, Size: 192 bytes --]



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

             reply	other threads:[~2016-03-07 23:59 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-03-07 23:58 Nils Gillmann [this message]
2016-03-08 14:48 ` [PATCH] gnunet-gtk: adds --with-gnunet to configure-flags Nils Gillmann
2016-03-08 15:47   ` Jookia
2016-03-08 17:22   ` Ricardo Wurmus
2016-03-08 17:58     ` Nils Gillmann
2016-03-09 17:52     ` Andreas Enge
2016-03-09 18:16       ` Nils Gillmann
2016-03-09 18:30         ` Jookia

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87oaapx2kd.fsf@grrlz.net \
    --to=niasterisk@grrlz.net \
    --cc=guix-devel@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.