[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/16: gnu: ocaml-findlib: Update to 1.8.1.
From: |
guix-commits |
Subject: |
03/16: gnu: ocaml-findlib: Update to 1.8.1. |
Date: |
Sat, 30 Nov 2019 09:51:47 -0500 (EST) |
roptat pushed a commit to branch master
in repository guix.
commit a36074a8290137c827abd8d49129c89c647570d9
Author: Julien Lepiller <address@hidden>
Date: Wed Nov 27 20:42:01 2019 +0100
gnu: ocaml-findlib: Update to 1.8.1.
* gnu/packages/ocaml.scm (ocaml-findlib): Update to 1.8.1.
[native-inputs]: Remove camlp4.
---
gnu/packages/ocaml.scm | 15 ++++-----------
1 file changed, 4 insertions(+), 11 deletions(-)
diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm
index dea01cf..6bb477d 100644
--- a/gnu/packages/ocaml.scm
+++ b/gnu/packages/ocaml.scm
@@ -959,18 +959,17 @@ to the other.")
(define-public ocaml-findlib
(package
(name "ocaml-findlib")
- (version "1.8.0")
+ (version "1.8.1")
(source (origin
(method url-fetch)
(uri (string-append "http://download.camlcity.org/download/"
"findlib" "-" version ".tar.gz"))
(sha256
(base32
- "1b97zqjdriqd2ikgh4rmqajgxwdwn013riji5j53y3xvcmnpsyrb"))))
+ "00s3sfb02pnjmkax25pcnljcnhcggiliccfz69a72ic7gsjwz1cf"))))
(build-system gnu-build-system)
(native-inputs
- `(("camlp4" ,camlp4)
- ("m4" ,m4)
+ `(("m4" ,m4)
("ocaml" ,ocaml)))
(arguments
`(#:tests? #f ; no test suite
@@ -993,13 +992,7 @@ to the other.")
(let ((out (assoc-ref outputs "out")))
(invoke "make" "install"
(string-append "OCAML_CORE_STDLIB="
- out "/lib/ocaml/site-lib")))))
- (add-after 'install 'remove-camlp4
- (lambda* (#:key outputs #:allow-other-keys)
- (let ((out (assoc-ref outputs "out")))
- (delete-file-recursively
- (string-append out "/lib/ocaml/site-lib/camlp4"))
- #t))))))
+ out
"/lib/ocaml/site-lib"))))))))
(home-page "http://projects.camlcity.org/projects/findlib.html")
(synopsis "Management tool for OCaml libraries")
(description
- branch master updated (a651323 -> ba3ff73), guix-commits, 2019/11/30
- 02/16: gnu: lablgtk: Update to 2.18.8., guix-commits, 2019/11/30
- 04/16: gnu: ocaml-bitstring: Remove unneeded dependencies., guix-commits, 2019/11/30
- 03/16: gnu: ocaml-findlib: Update to 1.8.1.,
guix-commits <=
- 01/16: gnu: opam: Remove unneeded dependency on deprecated camlp4., guix-commits, 2019/11/30
- 12/16: gnu: ocaml-piqi: Update to 0.7.7., guix-commits, 2019/11/30
- 10/16: gnu: ocaml-piqilib: Update to 0.6.15., guix-commits, 2019/11/30
- 15/16: guix: import: Fix opam importer., guix-commits, 2019/11/30
- 07/16: gnu: ocaml-csv: Update to 2.3., guix-commits, 2019/11/30
- 06/16: gnu: ocaml-bisect: Remove package., guix-commits, 2019/11/30
- 08/16: gnu: Add ocaml-gen., guix-commits, 2019/11/30
- 16/16: guix: import: Fix importing dune project., guix-commits, 2019/11/30
- 11/16: gnu: ocaml-ulex: Remove package., guix-commits, 2019/11/30
- 05/16: gnu: ocaml-batteries: Remove unneeded dependencies., guix-commits, 2019/11/30