unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Maxime Devos <maximedevos@telenet.be>
To: 50134@debbugs.gnu.org
Cc: Maxime Devos <maximedevos@telenet.be>
Subject: [bug#50134] [PATCH core-updates-frozen 01/12] gnu: ocaml: Fix reference to output.
Date: Fri, 20 Aug 2021 14:48:37 +0200	[thread overview]
Message-ID: <20210820124848.13293-1-maximedevos@telenet.be> (raw)
In-Reply-To: <215b0088e542b2fb9bcf3be9ff74c5874770f878.camel@telenet.be>

* gnu/packages/ocaml.scm
  (dune-boot)[arguments]<#:make-flags>: Use #$output.
---
 gnu/packages/ocaml.scm | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm
index 183f88dd01..b8d52bb283 100644
--- a/gnu/packages/ocaml.scm
+++ b/gnu/packages/ocaml.scm
@@ -22,6 +22,7 @@
 ;;; Copyright © 2021 Sharlatan Hellseher <sharlatanus@gmail.com>
 ;;; Copyright © 2021 Xinglu Chen <public@yoctocell.xyz>
 ;;; Copyright © 2021 Ivan Gankevich <i.gankevich@spbu.ru>
+;;; Copyright © 2021 Maxime Devos <maximedevos@telenet.be>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -87,6 +88,7 @@
   #:use-module (guix build-system gnu)
   #:use-module (guix build-system ocaml)
   #:use-module (guix download)
+  #:use-module (guix gexp)
   #:use-module (guix git-download)
   #:use-module ((guix licenses) #:prefix license:)
   #:use-module (guix packages)
@@ -1620,10 +1622,10 @@ full_split, cut, rcut, etc..")
     (build-system ocaml-build-system)
     (arguments
      `(#:tests? #f; require odoc
-       #:make-flags (list "release"
-                          (string-append "PREFIX=" (assoc-ref %outputs "out"))
-                          (string-append "LIBDIR=" (assoc-ref %outputs "out")
-                                         "/lib/ocaml/site-lib"))
+       #:make-flags ,#~(list "release"
+                             (string-append "PREFIX=" #$output)
+                             (string-append "LIBDIR=" #$output
+                                            "/lib/ocaml/site-lib"))
        #:phases
        (modify-phases %standard-phases
          (replace 'configure
-- 
2.33.0





  reply	other threads:[~2021-08-20 12:50 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 ` Maxime Devos [this message]
2021-08-20 12:48   ` [bug#50134] [PATCH core-updates-frozen 02/12] gnu: ocamlbuild: Fix reference to output 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   ` [bug#50134] [PATCH core-updates-frozen 05/12] gnu: ocaml-cmdliner: Fix reference to output Maxime Devos
2021-08-20 12:48   ` [bug#50134] [PATCH core-updates-frozen 06/12] gnu: ocaml-opam-file-format: " 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-1-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).