diff options
author | Brett Gilio <brettg@gnu.org> | 2020-08-30 18:15:30 -0500 |
---|---|---|
committer | Brett Gilio <brettg@gnu.org> | 2020-08-30 18:15:30 -0500 |
commit | f2feb9b9dfb343e563cebc2f120d7fea667865a5 (patch) | |
tree | fbeb42e6b3b58447ee55b96a7e85713b9ac593a0 | |
parent | c9f4cb161d794b517fa3164709c08ff42f366b8a (diff) | |
download | guix-f2feb9b9dfb343e563cebc2f120d7fea667865a5.tar.gz |
gnu: ocaml-extlib: Adjust indentation.
* gnu/packages/ocaml.scm (ocaml-extlib): Adjust indentation.
-rw-r--r-- | gnu/packages/ocaml.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm index 22f40c8b89..a64c68deb1 100644 --- a/gnu/packages/ocaml.scm +++ b/gnu/packages/ocaml.scm @@ -264,7 +264,7 @@ for building OCaml library and programs.") (modify-phases %standard-phases (delete 'configure)))) (native-inputs - `(("ocaml-cppo" ,ocaml-cppo))) + `(("ocaml-cppo" ,ocaml-cppo))) (home-page "https://github.com/ygrek/ocaml-extlib") (synopsis "Complete and small extension for OCaml standard library") (description "This library adds new functions to OCaml standard library |