guix-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH] gnu: gnunet-gtk: Configure with gnunet path.


From: ng0
Subject: Re: [PATCH] gnu: gnunet-gtk: Configure with gnunet path.
Date: Fri, 29 Jul 2016 17:56:33 +0000

ng0 <address@hidden> writes:

> From 182c90f6c339c1af919a0885794cb23c1518c227 Mon Sep 17 00:00:00 2001
> From: ng0 <address@hidden>
> 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]