diff options
author | Julien Lepiller <julien@lepiller.eu> | 2017-01-29 10:13:29 +0100 |
---|---|---|
committer | Julien Lepiller <julien@lepiller.eu> | 2017-01-29 10:13:29 +0100 |
commit | 88ba7852d3f8bfde004dd0f51b7abed4dcad1f32 (patch) | |
tree | 5ce93346e3b5ebd019398f8daea02cf9fd209316 /doc | |
parent | 3184f14ad45eb4bdbb6744f4335132481fab7cc1 (diff) | |
download | patches-88ba7852d3f8bfde004dd0f51b7abed4dcad1f32.tar patches-88ba7852d3f8bfde004dd0f51b7abed4dcad1f32.tar.gz |
doc: Fix typo.
* doc/guix.texi (ocaml-build-system): Replace ocaml with OCaml.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/guix.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/guix.texi b/doc/guix.texi index 1fbe446327..4ba101094a 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -3326,9 +3326,9 @@ be passed via the @code{#:build-flags} key. Install is taken care of by be added to the @code{native-inputs} field of the package definition. Note that most OCaml packages assume they will be installed in the same -directory as ocaml, which is not what we want in guix. In particular, they +directory as OCaml, which is not what we want in guix. In particular, they will install @file{.so} files in their module's directory, which is usually -fine because it is in the ocaml compiler directory. In guix though, these +fine because it is in the OCaml compiler directory. In guix though, these libraries cannot be found and we use @code{CAML_LD_LIBRARY_PATH}. This variable points to @file{lib/ocaml/site-lib/stubslibs} and this is where @file{.so} libraries should be installed. |