me
/
guix
Archived
1
0
Fork 0

gnu: Remove ocaml4.07-fmt.

* gnu/packages/ocaml.scm (ocaml4.07-fmt): Remove variable.
(ocaml-fmt)[properties]: Remove variant.

Change-Id: I35d294d764a1e3fd8160a7da9cbd5cab9bea4660
master
Julien Lepiller 2023-12-25 11:43:31 +01:00
parent 571878854c
commit 1cef2c561f
No known key found for this signature in database
GPG Key ID: 53D457B2D636EE82
1 changed files with 0 additions and 15 deletions

View File

@ -2363,27 +2363,12 @@ most of the POSIX and GNU conventions.")
#:phases #:phases
(modify-phases %standard-phases (modify-phases %standard-phases
(delete 'configure)))) (delete 'configure))))
(properties `((ocaml4.07-variant . ,(delay ocaml4.07-fmt))))
(home-page "https://erratique.ch/software/fmt") (home-page "https://erratique.ch/software/fmt")
(synopsis "OCaml Format pretty-printer combinators") (synopsis "OCaml Format pretty-printer combinators")
(description "Fmt exposes combinators to devise Format pretty-printing (description "Fmt exposes combinators to devise Format pretty-printing
functions.") functions.")
(license license:isc))) (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 (define-public ocaml-astring
(package (package
(name "ocaml-astring") (name "ocaml-astring")