diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm index eab84c6981..6648f5ba40 100644 --- a/gnu/packages/ocaml.scm +++ b/gnu/packages/ocaml.scm @@ -9,6 +9,7 @@ ;;; Copyright © 2016, 2017 Julien Lepiller ;;; Copyright © 2017 Ben Woodcroft ;;; Copyright © 2017, 2018 Tobias Geerinckx-Rice +;;; Copyright © 2018 Peter Kreye ;;; ;;; This file is part of GNU Guix. ;;; @@ -918,7 +919,7 @@ (define-public ocaml-findlib-1.7.3 (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