guix-commits
[Top][All Lists]
Advanced

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

03/04: gnu: ocaml-dose3: Adjust indentation.


From: guix-commits
Subject: 03/04: gnu: ocaml-dose3: Adjust indentation.
Date: Sun, 12 Jan 2020 23:24:41 -0500 (EST)

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

commit 1c4639210975505961c6a31863516941241e82f8
Author: Brett Gilio <address@hidden>
AuthorDate: Sun Jan 12 22:18:29 2020 -0600

    gnu: ocaml-dose3: Adjust indentation.
    
    * gnu/packages/ocaml.scm (ocaml-dose3): 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 cdf00e3..b89b1f5 100644
--- a/gnu/packages/ocaml.scm
+++ b/gnu/packages/ocaml.scm
@@ -378,17 +378,17 @@ underlying solvers like Cplex, Gurobi, Lpsolver, Glpk, 
CbC, SCIP or WBO.")
                             (assoc-ref %outputs "out")
                             "/lib/ocaml/site-lib"))))
     (propagated-inputs
-      `(("ocaml-graph" ,ocaml-graph)
-        ("ocaml-cudf" ,ocaml-cudf)
-        ("ocaml-extlib" ,ocaml-extlib)
-        ("ocaml-re" ,ocaml-re)))
+     `(("ocaml-graph" ,ocaml-graph)
+       ("ocaml-cudf" ,ocaml-cudf)
+       ("ocaml-extlib" ,ocaml-extlib)
+       ("ocaml-re" ,ocaml-re)))
     (native-inputs
-      `(("perl" ,perl)
-        ("python" ,python-2) ; for a test script
-        ("python2-pyyaml" ,python2-pyyaml) ; for a test script
-        ("ocaml-extlib" ,ocaml-extlib)
-        ("ocamlbuild" ,ocamlbuild)
-        ("ocaml-cppo" ,ocaml-cppo)))
+     `(("perl" ,perl)
+       ("python" ,python-2) ; for a test script
+       ("python2-pyyaml" ,python2-pyyaml) ; for a test script
+       ("ocaml-extlib" ,ocaml-extlib)
+       ("ocamlbuild" ,ocamlbuild)
+       ("ocaml-cppo" ,ocaml-cppo)))
     (home-page "http://www.mancoosi.org/software/";)
     (synopsis "Package distribution management framework")
     (description "Dose3 is a framework made of several OCaml libraries for



reply via email to

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