gnu: ocaml: Set search path.

* gnu/packages/ocaml.scm (ocaml): Register OCAMLPATH as a search path.
master
Jan Nieuwenhuizen 2016-02-13 08:42:34 +01:00 committed by Andreas Enge
parent a747baba00
commit 6372e336a2
1 changed files with 4 additions and 0 deletions

View File

@ -62,6 +62,10 @@
(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)))