guix-commits
[Top][All Lists]
Advanced

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

10/67: gnu: Remove ocaml4.07-sedlex.


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

roptat pushed a commit to branch master
in repository guix.

commit 5823552c19dc2fbf054b05515d092081bc40f698
Author: Julien Lepiller <julien@lepiller.eu>
AuthorDate: Sun Dec 24 14:15:26 2023 +0100

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

diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm
index 7fe842550b..2c7711f1b7 100644
--- a/gnu/packages/ocaml.scm
+++ b/gnu/packages/ocaml.scm
@@ -3549,32 +3549,11 @@ and consumable.")
            (sha256
             (base32
              "0gsb1jpj3mnqbjgbavi4l95gl6g4agq58j82km22fdfg63j3w3fk"))))))
-    (properties `((ocaml4.07-variant . ,(delay ocaml4.07-sedlex))))
     (home-page "https://www.cduce.org/download.html#side";)
     (synopsis "Lexer generator for Unicode and OCaml")
     (description "Lexer generator for Unicode and OCaml.")
     (license license:expat)))
 
-(define-public ocaml4.07-sedlex
-  (package-with-ocaml4.07
-   (package
-     (inherit ocaml-sedlex)
-     (name "ocaml-sedlex")
-     (version "2.1")
-     (source (origin
-               (method git-fetch)
-               (uri (git-reference
-                     (url "https://github.com/ocaml-community/sedlex";)
-                     (commit (string-append "v" version))))
-               (file-name (git-file-name name version))
-               (sha256
-                (base32
-                 "05f6qa8x3vhpdz1fcnpqk37fpnyyq13icqsk2gww5idjnh6kng26"))))
-     (propagated-inputs
-      `(("ocaml-ppx-tools-versioned" ,ocaml4.07-ppx-tools-versioned)
-        ,@(package-propagated-inputs ocaml-sedlex)))
-     (properties '()))))
-
 (define-public ocaml-uchar
   (package
     (name "ocaml-uchar")



reply via email to

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