mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 14:56:54 +01:00
gnu: ocaml4.07-merlin: Remove package.
* gnu/packages/ocaml.scm (ocaml4.07-merlin): Remove package.
This commit is contained in:
parent
9d662021ae
commit
188e3e2e68
1 changed files with 0 additions and 28 deletions
|
@ -4648,34 +4648,6 @@ (define-public ocaml-merlin
|
||||||
Atom.")
|
Atom.")
|
||||||
(license license:expat)))
|
(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
|
(define-public ocaml4.07-gsl
|
||||||
(package
|
(package
|
||||||
(name "ocaml4.07-gsl")
|
(name "ocaml4.07-gsl")
|
||||||
|
|
Loading…
Reference in a new issue