guix-devel
[Top][All Lists]
Advanced

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

Re: [PATCH 4/4] gnu: kauth: Fix cmake macros to be used by other package


From: Ludovic Courtès
Subject: Re: [PATCH 4/4] gnu: kauth: Fix cmake macros to be used by other packages.
Date: Tue, 29 Nov 2016 16:19:16 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1 (gnu/linux)

Hartmut Goebel <address@hidden> skribis:

> * gnu/packages/kde-framework.scm (kauth)[phases]: New phase
>   fix-cmake-install-paths.
> ---
>  gnu/packages/kde-frameworks.scm | 11 +++++++++++
>  1 file changed, 11 insertions(+)
>
> diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm
> index 415b54d..fb7d7d9 100644
> --- a/gnu/packages/kde-frameworks.scm
> +++ b/gnu/packages/kde-frameworks.scm
> @@ -1202,6 +1202,17 @@ uses a job-based interface to queue tasks and execute 
> them in an efficient way."
>      (arguments
>       `(#:phases
>         (modify-phases %standard-phases
> +         (add-after 'unpack 'fix-cmake-install-paths

s/paths/directories/

> +           (lambda _
> +             ;; Make packages using kauth put their policy files and helpers
> +             ;; into their own prefix

Missing period.  :-)

OK with these changes, thanks!

Ludo’.



reply via email to

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