guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

03/05: gnu: ocaml-extlib: Adjust indentation.


From: guix-commits
Subject: 03/05: gnu: ocaml-extlib: Adjust indentation.
Date: Sun, 30 Aug 2020 20:14:20 -0400 (EDT)

brettgilio pushed a commit to branch wip-ocaml
in repository guix.

commit f2feb9b9dfb343e563cebc2f120d7fea667865a5
Author: Brett Gilio <brettg@gnu.org>
AuthorDate: Sun Aug 30 18:15:30 2020 -0500

    gnu: ocaml-extlib: Adjust indentation.
    
    * gnu/packages/ocaml.scm (ocaml-extlib): Adjust indentation.
---
 gnu/packages/ocaml.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm
index 22f40c8..a64c68d 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]