guix-commits
[Top][All Lists]
Advanced

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

21/67: gnu: Remove ocaml4.07-tyxml.


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

roptat pushed a commit to branch master
in repository guix.

commit 44e4726a5eff2c0c70561e196f3e74f1a5a91789
Author: Julien Lepiller <julien@lepiller.eu>
AuthorDate: Mon Dec 25 10:55:30 2023 +0100

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

diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm
index 0d2fecb3ec..c96a2a24cd 100644
--- a/gnu/packages/ocaml.scm
+++ b/gnu/packages/ocaml.scm
@@ -8472,7 +8472,6 @@ stream, and convert everything to UTF-8.")
     (native-inputs
      (list ocaml-alcotest))
     (arguments `(#:package "tyxml"))
-    (properties `((ocaml4.07-variant . ,(delay ocaml4.07-tyxml))))
     (home-page "https://github.com/ocsigen/tyxml/";)
     (synopsis "TyXML is a library for building correct HTML and SVG documents")
     (description "TyXML provides a set of convenient combinators that uses the
@@ -8484,22 +8483,6 @@ also create your own representation and use it to 
instantiate a new set of
 combinators.")
     (license license:lgpl2.1)))
 
-(define-public ocaml4.07-tyxml
-  (package-with-ocaml4.07
-    (package
-      (inherit ocaml-tyxml)
-      (version "4.4.0")
-      (source (origin
-                (method git-fetch)
-                (uri (git-reference
-                       (url "https://github.com/ocsigen/tyxml";)
-                       (commit version)))
-                (file-name (git-file-name "ocaml-tyxml" version))
-                (sha256
-                 (base32
-                  "1hw4phyadcfgywgh5sj87i76gp56qwxzwlcpfdwjbf6ggag9clmd"))))
-      (properties '()))))
-
 (define-public ocaml-bisect-ppx
   (package
     (name "ocaml-bisect-ppx")



reply via email to

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