mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-14 15:10:16 -05:00
gnu: Remove ocaml4.07-tyxml.
* gnu/packages/ocaml.scm (ocaml4.07-tyxml): Remove variable. (ocaml-tyxml)[properties]: Remove variant. Change-Id: I2b86d01832baf4c139e2a0391a4dd344982bb160
This commit is contained in:
parent
954108bd30
commit
44e4726a5e
1 changed files with 0 additions and 17 deletions
|
@ -8472,7 +8472,6 @@ (define-public ocaml-tyxml
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list ocaml-alcotest))
|
(list ocaml-alcotest))
|
||||||
(arguments `(#:package "tyxml"))
|
(arguments `(#:package "tyxml"))
|
||||||
(properties `((ocaml4.07-variant . ,(delay ocaml4.07-tyxml))))
|
|
||||||
(home-page "https://github.com/ocsigen/tyxml/")
|
(home-page "https://github.com/ocsigen/tyxml/")
|
||||||
(synopsis "TyXML is a library for building correct HTML and SVG documents")
|
(synopsis "TyXML is a library for building correct HTML and SVG documents")
|
||||||
(description "TyXML provides a set of convenient combinators that uses the
|
(description "TyXML provides a set of convenient combinators that uses the
|
||||||
|
@ -8484,22 +8483,6 @@ (define-public ocaml-tyxml
|
||||||
combinators.")
|
combinators.")
|
||||||
(license license:lgpl2.1)))
|
(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
|
(define-public ocaml-bisect-ppx
|
||||||
(package
|
(package
|
||||||
(name "ocaml-bisect-ppx")
|
(name "ocaml-bisect-ppx")
|
||||||
|
|
Loading…
Reference in a new issue