guix-devel
[Top][All Lists]
Advanced

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

Re: 07/08: gnu: Add ocaml-ssl.


From: julien lepiller
Subject: Re: 07/08: gnu: Add ocaml-ssl.
Date: Tue, 24 Jan 2017 10:31:49 +0100
User-agent: Roundcube Webmail/1.2.3

Le 2017-01-23 22:31, Leo Famulari a écrit :
On Mon, Jan 16, 2017 at 09:35:17PM +0000, julien lepiller wrote:
roptat pushed a commit to branch master
in repository guix.

commit 37f17e2a1e797d3d1ea12da5afd69526e0abfd3e
Author: Julien Lepiller <address@hidden>
Date:   Fri Dec 30 11:53:24 2016 +0100

    gnu: Add ocaml-ssl.

    * gnu/packages/ocaml.scm (ocaml-ssl): New variable.

+                       (substitute* "src/OCamlMakefile"
+                         (("/bin/sh") (which "bash")))
+                       (substitute* "configure"
+                         (("/bin/sh") (which "bash"))))))))

Hi Julien!

I noticed that a handful of your new OCaml packages replace invocations
of 'sh' with 'bash'. These shells actually have different behavior even
though they are both provided by the Bash package (see INVOCATION in
bash(1)).

Can you change these substitutions to use (which "sh") instead?

I didn't think it would cause any issue, but sure I will.



reply via email to

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