all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Vivien Kraus via Bug reports for GNU Guix <bug-guix@gnu.org>
To: 69682@debbugs.gnu.org
Cc: pukkamustard@posteo.net, julien@lepiller.eu
Subject: bug#69682: [PATCH 1/1] gnu: ocaml-extlib: Build with minimal=1.
Date: Sat, 9 Mar 2024 22:03:15 +0100	[thread overview]
Message-ID: <5a3a080943ef3f6bc925728995e0ba96e12b4d33.1710019141.git.vivien@planete-kraus.eu> (raw)
In-Reply-To: <cover.1710019141.git.vivien@planete-kraus.eu>

* gnu/packages/ocaml.scm (ocaml-extlib) [arguments]: Convert to list of
G-Expressions.  Add #:make-flags.

Change-Id: I42ee3c21a52788f20ddc3381927ef6ef40b2a354
---
 gnu/packages/ocaml.scm | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm
index 0f4c351141..b911da8e5b 100644
--- a/gnu/packages/ocaml.scm
+++ b/gnu/packages/ocaml.scm
@@ -646,9 +646,11 @@ (define-public ocaml-extlib
                 "1jydzw2n84cfiz9y6lk4gih4wbr8jybanmiryfs01svd07g4vpjq"))))
     (build-system ocaml-build-system)
     (arguments
-     `(#:phases
-       (modify-phases %standard-phases
-         (delete 'configure))))
+     (list
+      #:make-flags #~'("minimal=1")
+      #:phases
+      #~(modify-phases %standard-phases
+          (delete 'configure))))
     (native-inputs
       (list ocaml-cppo))
     (home-page "https://github.com/ygrek/ocaml-extlib")
-- 
2.41.0




  reply	other threads:[~2024-03-09 21:23 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-03-09 19:45 bug#69682: Opam should be using a minimal version of extlib Vivien Kraus via Bug reports for GNU Guix
2024-03-09 21:03 ` bug#69682: [PATCH v2] gnu: ocaml-extlib: Convert to dune-build-system Vivien Kraus via Bug reports for GNU Guix
2024-03-24  7:12   ` pukkamustard
2024-03-09 21:19 ` bug#69682: [PATCH 0/1] ocaml-extlib: Build with minimal=1 Vivien Kraus via Bug reports for GNU Guix
2024-03-09 21:03   ` Vivien Kraus via Bug reports for GNU Guix [this message]
2024-03-09 21:37     ` bug#69682: [PATCH 1/1] gnu: " Julien Lepiller

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

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=5a3a080943ef3f6bc925728995e0ba96e12b4d33.1710019141.git.vivien@planete-kraus.eu \
    --to=bug-guix@gnu.org \
    --cc=69682@debbugs.gnu.org \
    --cc=julien@lepiller.eu \
    --cc=pukkamustard@posteo.net \
    --cc=vivien@planete-kraus.eu \
    /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 external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.