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 <julien@lepiller.eu>
This commit is contained in:
parent
95e545a4da
commit
2b4d2a4d0a
1 changed files with 2 additions and 1 deletions
|
@ -9,6 +9,7 @@
|
|||
;;; Copyright © 2016, 2017 Julien Lepiller <julien@lepiller.eu>
|
||||
;;; Copyright © 2017 Ben Woodcroft <donttrustben@gmail.com>
|
||||
;;; Copyright © 2017, 2018 Tobias Geerinckx-Rice <me@tobias.gr>
|
||||
;;; Copyright © 2018 Peter Kreye <kreyepr@gmail.com>
|
||||
;;;
|
||||
;;; 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
|
||||
|
|
Loading…
Reference in a new issue