all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [PATCH] gnunet-gtk: adds --with-gnunet to configure-flags
@ 2016-03-07 23:58 Nils Gillmann
  2016-03-08 14:48 ` Nils Gillmann
  0 siblings, 1 reply; 8+ messages in thread
From: Nils Gillmann @ 2016-03-07 23:58 UTC (permalink / raw)
  To: guix-devel

[-- 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

^ permalink raw reply related	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2016-03-09 18:32 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-03-07 23:58 [PATCH] gnunet-gtk: adds --with-gnunet to configure-flags Nils Gillmann
2016-03-08 14:48 ` 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

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.