guix-devel
[Top][All Lists]
Advanced

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

Re: [PATCH] gnu: Add coda.


From: Ludovic Courtès
Subject: Re: [PATCH] gnu: Add coda.
Date: Tue, 25 Oct 2016 14:58:08 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1 (gnu/linux)

Thomas Danckaert <address@hidden> skribis:

> From 56ba046e6c176e8f1109bb28ab75a586daa287db Mon Sep 17 00:00:00 2001
> From: Thomas Danckaert <address@hidden>
> Date: Tue, 25 Oct 2016 10:56:46 +0200
> Subject: [PATCH] gnu: coda: Remove bundled libraries.
>
> * gnu/packages/maths.scm (coda): Remove bundled libraries.
> [source]: Add patch and snippet to remove bundled zlib, pcre and expat.
> [inputs]: Add system zlib, pcre and expat.
> * gnu/packages/patches/coda-use-system-libs.patch: New file.
> * gnu/local.mk (dist_patch_DATA): Add it.

Woow, that was fast!

> +       (snippet ;; Make sure we don't use the bundled software.
> +        '(map (lambda (d)
> +                (delete-file-recursively (string-append "libcoda/" d) ))
                                                                        ^
I changed ‘map’ to ‘for-each’, to make it clear that this expression is
used for effects, and removed the extra space above.

Pushed, thanks!

Ludo’.



reply via email to

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