[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
05/14: gnu: ocaml-zed: Use INVOKE.
From: |
guix-commits |
Subject: |
05/14: gnu: ocaml-zed: Use INVOKE. |
Date: |
Fri, 25 Jan 2019 08:02:33 -0500 (EST) |
rekado pushed a commit to branch master
in repository guix.
commit c6aaa7bed63ad39a61d7a56fd56f722f0e279ae8
Author: Ricardo Wurmus <address@hidden>
Date: Fri Jan 25 13:32:04 2019 +0100
gnu: ocaml-zed: Use INVOKE.
* gnu/packages/ocaml.scm (ocaml-zed)[arguments]: Use INVOKE in build phases.
---
gnu/packages/ocaml.scm | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm
index 4d9487a..930697f 100644
--- a/gnu/packages/ocaml.scm
+++ b/gnu/packages/ocaml.scm
@@ -4348,13 +4348,12 @@ is provide a description of your project and Jbuilder
will do the rest.")
(modify-phases %standard-phases
(delete 'configure)
(replace 'build
- (lambda* (#:key #:allow-other-keys)
- (zero? (system* "jbuilder" "build"))))
+ (lambda _ (invoke "jbuilder" "build")))
(delete 'check)
(replace 'install
(lambda* (#:key outputs #:allow-other-keys)
(let ((out (assoc-ref outputs "out")))
- (zero? (system* "jbuilder" "install" "--prefix" out))))))))
+ (invoke "jbuilder" "install" "--prefix" out)))))))
(native-inputs
`(("jbuilder" ,ocaml-jbuilder)))
(propagated-inputs
- branch master updated (20fe972 -> c6e33df), guix-commits, 2019/01/25
- 06/14: gnu: ocaml-utop: Use INVOKE., guix-commits, 2019/01/25
- 05/14: gnu: ocaml-zed: Use INVOKE.,
guix-commits <=
- 04/14: gnu: ocaml-zarith: Use INVOKE., guix-commits, 2019/01/25
- 03/14: gnu: camlp4-4.02: Use INVOKE., guix-commits, 2019/01/25
- 02/14: gnu: ocaml-4.01: Use INVOKE., guix-commits, 2019/01/25
- 13/14: gnu: python2-pyqt-4: Use INVOKE., guix-commits, 2019/01/25
- 10/14: gnu: tevent: Use INVOKE., guix-commits, 2019/01/25
- 01/14: gnu: ocaml-4.02: Use INVOKE., guix-commits, 2019/01/25
- 09/14: gnu: talloc/static: Use INVOKE., guix-commits, 2019/01/25
- 07/14: gnu: python-rdflib: Use PYPI-URI., guix-commits, 2019/01/25
- 08/14: gnu: tre: Use INVOKE., guix-commits, 2019/01/25
- 14/14: gnu: python-pyopenssl: Update to 19.0.0., guix-commits, 2019/01/25