On Mon, 28 Mar 2016 17:57:50 +0200
Nils Gillmann <niaster...@grrlz.net> wrote:

> From ee326257b613449ca5c0834f7e8f6b8d0840d486 Mon Sep 17 00:00:00 2001
> From: Nils Gillmann <niaster...@grrlz.net>
> Date: Mon, 28 Mar 2016 17:49:27 +0200
> Subject: [PATCH] gnu: gnunet-gtk: Add build-input and home-page.
> 
> * gnu/packages/gnunet.scm (gnunet-gtk)[configure-flags]: Add build-input 
> gnunet.
> [home-page]: New value.

configure-flags is part of arguments, so I'd put it as [arguments]: Fix
configure flags.

> ---
>  gnu/packages/gnunet.scm | 7 +++++--
>  1 file changed, 5 insertions(+), 2 deletions(-)
> 
> diff --git a/gnu/packages/gnunet.scm b/gnu/packages/gnunet.scm
> index 9fe09a2..9fa2773 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)
> @@ -327,4 +329,5 @@ services.")
>      (native-inputs
>       `(("pkg-config" ,pkg-config)
>         ("libglade" ,libglade)))
> -    (synopsis "Graphical front-end tools for GNUnet")))
> +    (synopsis "Graphical front-end tools for GNUnet")
> +    (home-page "https://gnunet.org";)))

The home-page field is inherited from gnunet, so unless it's different it
doesn't need to be explicitly stated.

-- 
Efraim Flashner   <efr...@flashner.co.il>   אפרים פלשנר
GPG key = A28B F40C 3E55 1372 662D  14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted

Attachment: pgp82wBkiJsv7.pgp
Description: OpenPGP digital signature

Reply via email to