guix-commits
[Top][All Lists]
Advanced

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

01/06: gnu: ocaml-findlib-1.7.3: Fix install.


From: julien lepiller
Subject: 01/06: gnu: ocaml-findlib-1.7.3: Fix install.
Date: Thu, 1 Feb 2018 17:09:58 -0500 (EST)

roptat pushed a commit to branch master
in repository guix.

commit 2b4d2a4d0a100b67397eeb76f55e1cc20be4ae75
Author: Peter Kreye <address@hidden>
Date:   Sat Jan 13 05:14:18 2018 -0600

    gnu: ocaml-findlib-1.7.3: Fix install.
    
    * gnu/packages/ocaml.scm (ocaml-findlib-1.7.3): install topfind to
    lib/ocaml/site-lib
    
    Signed-off-by: Julien Lepiller <address@hidden>
---
 gnu/packages/ocaml.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm
index eab84c6..6648f5b 100644
--- a/gnu/packages/ocaml.scm
+++ b/gnu/packages/ocaml.scm
@@ -9,6 +9,7 @@
 ;;; Copyright © 2016, 2017 Julien Lepiller <address@hidden>
 ;;; Copyright © 2017 Ben Woodcroft <address@hidden>
 ;;; Copyright © 2017, 2018 Tobias Geerinckx-Rice <address@hidden>
+;;; Copyright © 2018 Peter Kreye <address@hidden>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -918,7 +919,7 @@ compilers that can directly deal with packages.")
                (let ((out (assoc-ref outputs "out")))
                  (zero? (system* "make" "install"
                                  (string-append "OCAML_CORE_STDLIB="
-                                                out))))))))))))
+                                                out 
"/lib/ocaml/site-lib"))))))))))))
 
 (define-public ocaml4.01-findlib
   (package



reply via email to

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