gnu: ocaml: Set search path.

* gnu/packages/ocaml.scm (ocaml): Register OCAMLPATH as a search path.
This commit is contained in:
Jan Nieuwenhuizen 2016-02-13 08:42:34 +01:00 committed by Andreas Enge
parent a747baba00
commit 6372e336a2

View file

@ -62,6 +62,10 @@ (define-public ocaml
(base32
"1qwwvy8nzd87hk8rd9sm667nppakiapnx4ypdwcrlnav2dz6kil3"))))
(build-system gnu-build-system)
(native-search-paths
(list (search-path-specification
(variable "OCAMLPATH")
(files (list (string-append "lib/ocaml"))))))
(native-inputs
`(("perl" ,perl)
("pkg-config" ,pkg-config)))