guix-commits
[Top][All Lists]
Advanced

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

54/67: gnu: Remove ocaml4.07-fmt.


From: guix-commits
Subject: 54/67: gnu: Remove ocaml4.07-fmt.
Date: Sat, 30 Dec 2023 16:17:45 -0500 (EST)

roptat pushed a commit to branch master
in repository guix.

commit 1cef2c561f51acc309060855b963892ebf776c36
Author: Julien Lepiller <julien@lepiller.eu>
AuthorDate: Mon Dec 25 11:43:31 2023 +0100

    gnu: Remove ocaml4.07-fmt.
    
    * gnu/packages/ocaml.scm (ocaml4.07-fmt): Remove variable.
    (ocaml-fmt)[properties]: Remove variant.
    
    Change-Id: I35d294d764a1e3fd8160a7da9cbd5cab9bea4660
---
 gnu/packages/ocaml.scm | 15 ---------------
 1 file changed, 15 deletions(-)

diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm
index 33340e95af..cc3e15ff9c 100644
--- a/gnu/packages/ocaml.scm
+++ b/gnu/packages/ocaml.scm
@@ -2363,27 +2363,12 @@ most of the POSIX and GNU conventions.")
                  #:phases
                  (modify-phases %standard-phases
                    (delete 'configure))))
-    (properties `((ocaml4.07-variant . ,(delay ocaml4.07-fmt))))
     (home-page "https://erratique.ch/software/fmt";)
     (synopsis "OCaml Format pretty-printer combinators")
     (description "Fmt exposes combinators to devise Format pretty-printing
 functions.")
     (license license:isc)))
 
-(define-public ocaml4.07-fmt
-  (package-with-ocaml4.07
-    (package
-      (inherit ocaml-fmt)
-      (version "0.8.9")
-      (source (origin
-                (method url-fetch)
-                (uri (string-append 
"http://erratique.ch/software/fmt/releases/fmt-";
-                                    version ".tbz"))
-                (sha256
-                 (base32
-                  "0gkkkj4x678vxdda4xaw2dd44qjacavsvn5nx8gydfwah6pjbkxk"))))
-      (properties '()))))
-
 (define-public ocaml-astring
   (package
     (name "ocaml-astring")



reply via email to

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