unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#51356] [PATCH] gnu: ocaml4.07-merlin: Remove package.
@ 2021-10-23 17:33 Julien Lepiller
  2021-11-15 13:12 ` zimoun
  0 siblings, 1 reply; 3+ messages in thread
From: Julien Lepiller @ 2021-10-23 17:33 UTC (permalink / raw)
  To: 51356

* gnu/packages/ocaml.scm (ocaml4.07-merlin): Remove package.
---
 gnu/packages/ocaml.scm | 28 ----------------------------
 1 file changed, 28 deletions(-)

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





^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [bug#51356] [PATCH] gnu: ocaml4.07-merlin: Remove package.
  2021-10-23 17:33 [bug#51356] [PATCH] gnu: ocaml4.07-merlin: Remove package Julien Lepiller
@ 2021-11-15 13:12 ` zimoun
  2021-11-19  3:06   ` bug#51356: " Julien Lepiller
  0 siblings, 1 reply; 3+ messages in thread
From: zimoun @ 2021-11-15 13:12 UTC (permalink / raw)
  To: Julien Lepiller; +Cc: 51356

Hi Julien,

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

LGTM. :-)


Cheers,
simon




^ permalink raw reply	[flat|nested] 3+ messages in thread

* bug#51356: [PATCH] gnu: ocaml4.07-merlin: Remove package.
  2021-11-15 13:12 ` zimoun
@ 2021-11-19  3:06   ` Julien Lepiller
  0 siblings, 0 replies; 3+ messages in thread
From: Julien Lepiller @ 2021-11-19  3:06 UTC (permalink / raw)
  To: zimoun; +Cc: 51356-done

Pushed to master as 188e3e2e6878346b0bdc8b46084f458abe86826c.




^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2021-11-19  3:07 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-10-23 17:33 [bug#51356] [PATCH] gnu: ocaml4.07-merlin: Remove package Julien Lepiller
2021-11-15 13:12 ` zimoun
2021-11-19  3:06   ` bug#51356: " Julien Lepiller

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).