guix-devel
[Top][All Lists]
Advanced

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

Re: [PATCH 2/3] gnu: prosody: Fix inputs.


From: Ludovic Courtès
Subject: Re: [PATCH 2/3] gnu: prosody: Fix inputs.
Date: Sun, 08 Jan 2017 23:38:33 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1 (gnu/linux)

Clément Lassieur <address@hidden> skribis:

> * gnu/packages/messaging.scm (prosody)[inputs]: Add coreutils.
>   [arguments]: In 'wrap-programs' phase, add 'openssl' and 'coreutils' to
>   'PATH'.

[...]

>      (inputs
>       `(("libidn" ,libidn)
>         ("openssl" ,openssl)
> +       ("coreutils" ,coreutils) ; For chmod in certificate generation.

I had overlooked this, but Coreutils does not need to be listed here
since it’s an implicit input.

Removed it and committed, thanks!

Ludo’.



reply via email to

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