[PATCH] gnu: ocaml4.07-merlin: Remove package.

  • Done
  • quality assurance status badge
Details
2 participants
  • Julien Lepiller
  • zimoun
Owner
unassigned
Submitted by
Julien Lepiller
Severity
normal
J
J
Julien Lepiller wrote on 23 Oct 2021 19:33
(address . guix-patches@gnu.org)
619a20ac865fe8b8c8b3362c07e7a6c42f19f1c4.1635010352.git.julien@lepiller.eu
* gnu/packages/ocaml.scm (ocaml4.07-merlin): Remove package.
---
gnu/packages/ocaml.scm | 28 ----------------------------
1 file changed, 28 deletions(-)

Toggle diff (41 lines)
diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm
index f0c46a9b4b..f640acca35 100644
--- a/gnu/packages/ocaml.scm
+++ b/gnu/packages/ocaml.scm
@@ -4650,34 +4650,6 @@ (define-public ocaml-merlin
Atom.")
(license license:expat)))
-;; ocaml-merlin 3.4.2 can not be built with old version of dune used in
-;; package-with-ocaml4.07
-(define-public ocaml4.07-merlin
- (package-with-ocaml4.07
- (package
- (inherit ocaml-merlin)
- (name "ocaml-merlin")
- (version "3.2.2")
- (source
- (origin
- (method git-fetch)
- (uri (git-reference
- (url "https://github.com/ocaml/merlin")
- (commit (string-append "v" version))))
- (file-name (git-file-name name version))
- (sha256
- (base32
- "15ssgmwdxylbwhld9p1cq8x6kadxyhll5bfyf11dddj6cldna3hb"))))
- (build-system dune-build-system)
- (inputs
- `(("ocaml-yojson" ,ocaml-yojson)))
- (native-inputs
- `(("ocaml-findlib" ,ocaml-findlib)))
- (arguments
- `(#:package "merlin"
- ;; Errors in tests in version 3.2.2
- #:tests? #f)))))
-
(define-public ocaml4.07-gsl
(package
(name "ocaml4.07-gsl")
--
2.33.0
Z
Z
zimoun wrote on 15 Nov 2021 14:12
(name . Julien Lepiller)(address . julien@lepiller.eu)(address . 51356@debbugs.gnu.org)
86o86lbm0t.fsf@gmail.com
Hi Julien,

On Sat, 23 Oct 2021 at 19:33, Julien Lepiller <julien@lepiller.eu> wrote:
Toggle quote (5 lines)
> * gnu/packages/ocaml.scm (ocaml4.07-merlin): Remove package.
> ---
> gnu/packages/ocaml.scm | 28 ----------------------------
> 1 file changed, 28 deletions(-)

LGTM. :-)


Cheers,
simon
J
J
Julien Lepiller wrote on 19 Nov 2021 04:06
(name . zimoun)(address . zimon.toutoune@gmail.com)(address . 51356-done@debbugs.gnu.org)
20211119040608.73f3b3b7@tachikoma.lepiller.eu
Pushed to master as 188e3e2e6878346b0bdc8b46084f458abe86826c.
Closed
?