all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [PATCH] gnu: gnunet-gtk: Configure with gnunet path.
@ 2016-07-29 17:52 ng0
  2016-07-29 17:56 ` ng0
  0 siblings, 1 reply; 3+ messages in thread
From: ng0 @ 2016-07-29 17:52 UTC (permalink / raw)
  To: guix-devel

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: 0001-gnu-gnunet-gtk-Configure-with-gnunet-path.patch --]
[-- Type: text/x-patch, Size: 918 bytes --]

From 182c90f6c339c1af919a0885794cb23c1518c227 Mon Sep 17 00:00:00 2001
From: ng0 <ng0@we.make.ritual.n0.is>
Date: Fri, 29 Jul 2016 17:45:25 +0000
Subject: [PATCH] gnu: gnunet-gtk: Configure with gnunet path.

* gnun/packages/gnunet.scm (gnunet-gtk)[arguments]: Add '--with-gnunet'
to #: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 67b0437..4d888bd 100644
--- a/gnu/packages/gnunet.scm
+++ b/gnu/packages/gnunet.scm
@@ -316,7 +316,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.9.2


[-- Attachment #2: Type: text/plain, Size: 129 bytes --]


-- 
♥Ⓐ  ng0
Current Keys: https://we.make.ritual.n0.is/ng0.txt
For non-prism friendly talk find me on http://www.psyced.org

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

* Re: [PATCH] gnu: gnunet-gtk: Configure with gnunet path.
  2016-07-29 17:52 [PATCH] gnu: gnunet-gtk: Configure with gnunet path ng0
@ 2016-07-29 17:56 ` ng0
  2016-07-30  7:53   ` 宋文武
  0 siblings, 1 reply; 3+ messages in thread
From: ng0 @ 2016-07-29 17:56 UTC (permalink / raw)
  To: guix-devel

ng0 <ng0@we.make.ritual.n0.is> writes:

> From 182c90f6c339c1af919a0885794cb23c1518c227 Mon Sep 17 00:00:00 2001
> From: ng0 <ng0@we.make.ritual.n0.is>
> Date: Fri, 29 Jul 2016 17:45:25 +0000
> Subject: [PATCH] gnu: gnunet-gtk: Configure with gnunet path.
>
> * gnun/packages/gnunet.scm (gnunet-gtk)[arguments]: Add '--with-gnunet'
> to #: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 67b0437..4d888bd 100644
> --- a/gnu/packages/gnunet.scm
> +++ b/gnu/packages/gnunet.scm
> @@ -316,7 +316,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.9.2

Graphically, this was not run. From my packaging experience with gnunet
and with the succesfull build which just ran, it should just work.
-- 
♥Ⓐ  ng0
Current Keys: https://we.make.ritual.n0.is/ng0.txt
For non-prism friendly talk find me on http://www.psyced.org

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

* Re: [PATCH] gnu: gnunet-gtk: Configure with gnunet path.
  2016-07-29 17:56 ` ng0
@ 2016-07-30  7:53   ` 宋文武
  0 siblings, 0 replies; 3+ messages in thread
From: 宋文武 @ 2016-07-30  7:53 UTC (permalink / raw)
  To: ng0; +Cc: guix-devel

ng0 <ng0@we.make.ritual.n0.is> writes:

> Graphically, this was not run. From my packaging experience with gnunet
> and with the succesfull build which just ran, it should just work.

Applied, thanks!

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

end of thread, other threads:[~2016-07-30  7:54 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-07-29 17:52 [PATCH] gnu: gnunet-gtk: Configure with gnunet path ng0
2016-07-29 17:56 ` ng0
2016-07-30  7:53   ` 宋文武

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.