guix-commits
[Top][All Lists]
Advanced

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

28/67: gnu: Remove ocaml4.07-ppx-bin-prot.


From: guix-commits
Subject: 28/67: gnu: Remove ocaml4.07-ppx-bin-prot.
Date: Sat, 30 Dec 2023 16:17:42 -0500 (EST)

roptat pushed a commit to branch master
in repository guix.

commit 47532ebc1e9fd00fa101b8a7f76f318daf7d46b4
Author: Julien Lepiller <julien@lepiller.eu>
AuthorDate: Mon Dec 25 11:00:41 2023 +0100

    gnu: Remove ocaml4.07-ppx-bin-prot.
    
    * gnu/packages/ocaml.scm (ocaml4.07-ppx-bin-prot): Remove variable.
    (ocaml-ppx-bin-prot)[properties]: Remove variant.
    
    Change-Id: I132d19d38cbb40c72afaa86a758ca0d4267fe645
---
 gnu/packages/ocaml.scm | 26 +-------------------------
 1 file changed, 1 insertion(+), 25 deletions(-)

diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm
index ae549473f7..631b7e2bf0 100644
--- a/gnu/packages/ocaml.scm
+++ b/gnu/packages/ocaml.scm
@@ -7660,37 +7660,13 @@ verification tool.")
      `(#:tests? #f))
     (propagated-inputs
       (list ocaml-base ocaml-bin-prot ocaml-ppx-here ocaml-ppxlib))
-    (properties `((upstream-name . "ppx_bin_prot")
-                  (ocaml4.07-variant . ,(delay ocaml4.07-ppx-bin-prot))))
+    (properties `((upstream-name . "ppx_bin_prot")))
     (home-page "https://github.com/janestreet/ppx_bin_prot";)
     (synopsis "Generation of bin_prot readers and writers from types")
     (description "Generation of binary serialization and deserialization
 functions from type definitions.")
     (license license:expat)))
 
-(define-public ocaml4.07-ppx-bin-prot
-  (package-with-ocaml4.07
-    (package
-      (inherit ocaml-ppx-bin-prot)
-      (version "0.11.1")
-      (source (origin
-                (method git-fetch)
-                (uri (git-reference
-                       (url "https://github.com/janestreet/ppx_bin_prot";)
-                       (commit (string-append "v" version))))
-                (file-name (git-file-name "ocaml4.07-ppx-bin-prot" version))
-                (sha256
-                 (base32
-                  "1h60i75bzvhna1axyn662gyrzhh441l79vl142d235i5x31dmnkz"))))
-      (propagated-inputs
-        (list ocaml-base
-              ocaml-bin-prot
-              ocaml-ppx-here
-              ocaml-migrate-parsetree
-              ocaml-ppxlib))
-      (properties '())
-      (license license:asl2.0))))
-
 (define-public ocaml-ppx-ignore-instrumentation
   (package
     (name "ocaml-ppx-ignore-instrumentation")



reply via email to

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