guix-devel
[Top][All Lists]
Advanced

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

Re: [PATCH 09/96] gnu: Add camlzip


From: Ben Woodcroft
Subject: Re: [PATCH 09/96] gnu: Add camlzip
Date: Sun, 8 Jan 2017 22:16:05 +1000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.5.1

Hi Julien,

Thanks for all your efforts in this patch series - impressive stuff, and thanks to David for reviewing them.

On 04/01/17 05:10, Julien Lepiller wrote:
[...]
+    (arguments `(#:phases
+                 (modify-phases %standard-phases
+                   (delete 'configure)
+                   (add-before 'install 'fix-install-name
+                     (lambda* (#:key #:allow-other-keys)
+                       (substitute* "Makefile"
+                         (("install zip") "install camlzip")))))
Can I ask if this substitution is necessary? I have a downstream OCaml package (pplacer) which is failing to compile because of it (though with OCaml 4.01.0).

I've attached my unpolished, convoluted patch series to get to pplacer, for reference.

Thanks, ben.

Attachment: pplacer_series.patch
Description: Text Data


reply via email to

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