guix-commits
[Top][All Lists]
Advanced

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

02/07: gnu: ocamlformat: Depend on 'git-minimal/fixed'.


From: guix-commits
Subject: 02/07: gnu: ocamlformat: Depend on 'git-minimal/fixed'.
Date: Fri, 23 Dec 2022 18:48:28 -0500 (EST)

civodul pushed a commit to branch master
in repository guix.

commit 9203de5250f0a5754f251ead40b0f1a75f985a72
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Fri Dec 23 23:46:55 2022 +0100

    gnu: ocamlformat: Depend on 'git-minimal/fixed'.
    
    * gnu/packages/ocaml.scm (ocamlformat): Replace 'git-minimal' with
    'git-minimal/fixed'.
---
 gnu/packages/ocaml.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm
index 94b4fd514e..1bdaa40901 100644
--- a/gnu/packages/ocaml.scm
+++ b/gnu/packages/ocaml.scm
@@ -8703,7 +8703,8 @@ defined in OCaml 4.12.0.")
             ocaml-uuseg
             ocaml-uutf))
     (native-inputs
-      (list git-minimal ocaml-alcotest ocaml-ocp-indent ocaml-bisect-ppx))
+      (list git-minimal/fixed                     ;for tests
+            ocaml-alcotest ocaml-ocp-indent ocaml-bisect-ppx))
     (home-page "https://github.com/ocaml-ppx/ocamlformat";)
     (synopsis "Auto-formatter for OCaml code")
     (description "OCamlFormat is a tool to automatically format OCaml code in



reply via email to

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