gnu: Remove ocaml4.07-stdio.
* gnu/packages/ocaml.scm (ocaml4.07-stdio): Remove variable. (ocaml-stdio)[properties]: Remove variant. Change-Id: I5a664b5130408eba41266f36cfc03641e2a8fd9d
This commit is contained in:
parent
0806c87cb2
commit
cad3698635
1 changed files with 0 additions and 11 deletions
|
@ -6090,7 +6090,6 @@ is now @code{Ocaml_common.Ast_helper}.")
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list ocaml-base ocaml-sexplib0))
|
(list ocaml-base ocaml-sexplib0))
|
||||||
(arguments `(#:tests? #f)) ;no tests
|
(arguments `(#:tests? #f)) ;no tests
|
||||||
(properties `((ocaml4.07-variant . ,(delay ocaml4.07-stdio))))
|
|
||||||
(synopsis "Standard IO library for OCaml")
|
(synopsis "Standard IO library for OCaml")
|
||||||
(description
|
(description
|
||||||
"Stdio implements simple input/output functionalities for OCaml. It
|
"Stdio implements simple input/output functionalities for OCaml. It
|
||||||
|
@ -6098,16 +6097,6 @@ re-exports the input/output functions of the OCaml standard libraries using
|
||||||
a more consistent API.")
|
a more consistent API.")
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
||||||
(define-public ocaml4.07-stdio
|
|
||||||
(package-with-ocaml4.07
|
|
||||||
(package
|
|
||||||
(inherit ocaml-stdio)
|
|
||||||
(version "0.11.0")
|
|
||||||
(source
|
|
||||||
(janestreet-origin "stdio" version
|
|
||||||
"0pqbp2wy5fgmc38irwvmj9nlcvclb1ix1mp4y7l39bgvvlz303h9"))
|
|
||||||
(properties '()))))
|
|
||||||
|
|
||||||
(define-public ocaml-ppx-deriving
|
(define-public ocaml-ppx-deriving
|
||||||
(package
|
(package
|
||||||
(name "ocaml-ppx-deriving")
|
(name "ocaml-ppx-deriving")
|
||||||
|
|
Reference in a new issue