guix-commits
[Top][All Lists]
Advanced

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

02/03: gnu: ocaml-findlib: Adjust indentation.


From: guix-commits
Subject: 02/03: gnu: ocaml-findlib: Adjust indentation.
Date: Mon, 13 Jan 2020 16:42:18 -0500 (EST)

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

commit d47e4daedc5689f89064f177304d8a964ae33df6
Author: Brett Gilio <address@hidden>
AuthorDate: Mon Jan 13 15:28:44 2020 -0600

    gnu: ocaml-findlib: Adjust indentation.
    
    * gnu/packages/ocaml.scm (ocaml-findlib): Adjust indentation.
---
 gnu/packages/ocaml.scm | 20 ++++++++++----------
 1 file changed, 10 insertions(+), 10 deletions(-)

diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm
index c10bdcc..6d019cd 100644
--- a/gnu/packages/ocaml.scm
+++ b/gnu/packages/ocaml.scm
@@ -903,16 +903,16 @@ to the other.")
        #:make-flags (list "all" "opt")
        #:phases (modify-phases %standard-phases
                   (replace
-                   'configure
-                   (lambda* (#:key inputs outputs #:allow-other-keys)
-                     (let ((out (assoc-ref outputs "out")))
-                       (invoke
-                        "./configure"
-                        "-bindir" (string-append out "/bin")
-                        "-config" (string-append out "/etc/ocamfind.conf")
-                        "-mandir" (string-append out "/share/man")
-                        "-sitelib" (string-append out "/lib/ocaml/site-lib")
-                        "-with-toolbox"))))
+                      'configure
+                    (lambda* (#:key inputs outputs #:allow-other-keys)
+                      (let ((out (assoc-ref outputs "out")))
+                        (invoke
+                         "./configure"
+                         "-bindir" (string-append out "/bin")
+                         "-config" (string-append out "/etc/ocamfind.conf")
+                         "-mandir" (string-append out "/share/man")
+                         "-sitelib" (string-append out "/lib/ocaml/site-lib")
+                         "-with-toolbox"))))
                   (replace 'install
                     (lambda* (#:key outputs #:allow-other-keys)
                       (let ((out (assoc-ref outputs "out")))



reply via email to

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