From: Maxime Devos <maximedevos@telenet.be>
To: 50134@debbugs.gnu.org
Cc: Maxime Devos <maximedevos@telenet.be>
Subject: [bug#50134] [PATCH core-updates-frozen 05/12] gnu: ocaml-cmdliner: Fix reference to output.
Date: Fri, 20 Aug 2021 14:48:41 +0200 [thread overview]
Message-ID: <20210820124848.13293-5-maximedevos@telenet.be> (raw)
In-Reply-To: <20210820124848.13293-1-maximedevos@telenet.be>
* gnu/packages/ocaml.scm
(ocaml-cmdliner)[arguments]<#:make-flags>: Use #$output.
---
gnu/packages/ocaml.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm
index 0043e9fbee..48950589c5 100644
--- a/gnu/packages/ocaml.scm
+++ b/gnu/packages/ocaml.scm
@@ -2141,8 +2141,8 @@ dates and times.")
`(("ocamlbuild" ,ocamlbuild)))
(arguments
`(#:tests? #f
- #:make-flags (list (string-append "LIBDIR=" (assoc-ref %outputs "out")
- "/lib/ocaml/site-lib/cmdliner"))
+ #:make-flags ,#~(list (string-append "LIBDIR=" #$output
+ "/lib/ocaml/site-lib/cmdliner"))
#:phases
(modify-phases %standard-phases
(delete 'configure)
--
2.33.0
next prev parent reply other threads:[~2021-08-20 12:51 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-08-20 12:47 [bug#50134] [PATCH core-updates-frozen 00/12] Fix (assoc-ref ... "out") related Ocaml build failures Maxime Devos
2021-08-20 12:48 ` [bug#50134] [PATCH core-updates-frozen 01/12] gnu: ocaml: Fix reference to output Maxime Devos
2021-08-20 12:48 ` [bug#50134] [PATCH core-updates-frozen 02/12] gnu: ocamlbuild: " Maxime Devos
2021-08-20 12:48 ` [bug#50134] [PATCH core-updates-frozen 03/12] gnu: ocamlcudf: " Maxime Devos
2021-08-20 12:48 ` [bug#50134] [PATCH core-updates-frozen 04/12] gnu: ocaml-dose3: Fix reference to inputs and output Maxime Devos
2021-08-20 12:48 ` Maxime Devos [this message]
2021-08-20 12:48 ` [bug#50134] [PATCH core-updates-frozen 06/12] gnu: ocaml-opam-file-format: Fix reference to output Maxime Devos
2021-08-20 12:48 ` [bug#50134] [PATCH core-updates-frozen 07/12] gnu: camlzip: " Maxime Devos
2021-08-20 12:48 ` [bug#50134] [PATCH core-updates-frozen 08/12] gnu: ocaml-down: " Maxime Devos
2021-08-20 12:48 ` [bug#50134] [PATCH core-updates-frozen 09/12] gnu: ocaml-frontc: " Maxime Devos
2021-08-20 12:48 ` [bug#50134] [PATCH core-updates-frozen 10/12] gnu: omake: " Maxime Devos
2021-08-20 12:48 ` [bug#50134] [PATCH core-updates-frozen 11/12] gnu: ocaml4.07-piqi: Fix reference to inputs and output Maxime Devos
2021-08-20 12:48 ` [bug#50134] [PATCH core-updates-frozen 12/12] gnu: dedukti: Fix reference to output Maxime Devos
2021-08-20 13:13 ` [bug#50134] [PATCH core-updates-frozen 00/12] Fix (assoc-ref ... "out") related Ocaml build failures Julien Lepiller
2021-08-20 16:34 ` bug#50134: " Mathieu Othacehe
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://guix.gnu.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20210820124848.13293-5-maximedevos@telenet.be \
--to=maximedevos@telenet.be \
--cc=50134@debbugs.gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).