guix-commits
[Top][All Lists]
Advanced

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

65/67: gnu: Remove ocaml4.07-lwt.


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

roptat pushed a commit to branch master
in repository guix.

commit e22e54aa0488189e76eaa308af01bc84b2bbb477
Author: Julien Lepiller <julien@lepiller.eu>
AuthorDate: Mon Dec 25 11:52:01 2023 +0100

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

diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm
index 5d8237d80a..ed868ea1f9 100644
--- a/gnu/packages/ocaml.scm
+++ b/gnu/packages/ocaml.scm
@@ -2825,26 +2825,8 @@ OCaml with fibers.")
 make it easy to run normally-blocking I/O operations concurrently in a single
 process.  Also, in many cases, Lwt threads can interact without the need for
 locks or other synchronization primitives.")
-    (properties `((ocaml4.07-variant . ,(delay ocaml4.07-lwt))))
     (license license:lgpl2.1)))
 
-(define-public ocaml4.07-lwt
-  (package-with-ocaml4.07
-   (package
-     (inherit ocaml-lwt)
-     (name "ocaml-lwt")
-     (version "5.5.0")
-     (source
-       (origin
-         (method git-fetch)
-         (uri (git-reference
-                (url "https://github.com/ocsigen/lwt";)
-                (commit version)))
-         (file-name (git-file-name name version))
-         (sha256 (base32
-                  "1jbjz2rsz3j56k8vh5qlmm87hhkr250bs2m3dvpy9vsri8rkzj9z"))))
-     (properties '()))))
-
 ;; TODO this alias is not ideal but ocaml-lwt already explicitly specifies a
 ;; package argument and at least this way the importer doesn't try to
 ;; re-import it.



reply via email to

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