guix-commits
[Top][All Lists]
Advanced

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

02/11: gnu: ocaml: Add CAML_LD_LIBRARY_PATH search-path.


From: David Craven
Subject: 02/11: gnu: ocaml: Add CAML_LD_LIBRARY_PATH search-path.
Date: Wed, 4 Jan 2017 15:05:59 +0000 (UTC)

dvc pushed a commit to branch master
in repository guix.

commit 796a17ab01eb5ac7d49afb57b04eaf928722357a
Author: Julien Lepiller <address@hidden>
Date:   Sun Jan 1 16:49:35 2017 +0100

    gnu: ocaml: Add CAML_LD_LIBRARY_PATH search-path.
    
    * gnu/packages/ocaml.scm (ocaml)[native-search-paths]: Add
      CAML_LD_LIBRARY_PATH.
    
    Signed-off-by: David Craven <address@hidden>
---
 gnu/packages/ocaml.scm |    5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm
index ab70eb6..6ade58d 100644
--- a/gnu/packages/ocaml.scm
+++ b/gnu/packages/ocaml.scm
@@ -71,7 +71,10 @@
     (native-search-paths
      (list (search-path-specification
             (variable "OCAMLPATH")
-            (files (list (string-append "lib/ocaml"))))))
+            (files (list "lib/ocaml")))
+           (search-path-specification
+            (variable "CAML_LD_LIBRARY_PATH")
+            (files (list "lib/ocaml/site-lib/stubslibs")))))
     (native-inputs
      `(("perl" ,perl)
        ("pkg-config" ,pkg-config)))



reply via email to

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