all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: pukkamustard <pukkamustard@posteo.net>
To: 50180@debbugs.gnu.org
Subject: [bug#50180] gnu: ocaml-ppxlib: Add package argument.
Date: Tue, 24 Aug 2021 07:39:45 +0000	[thread overview]
Message-ID: <8635qz70la.fsf@posteo.net> (raw)

[-- Attachment #1: Type: text/plain, Size: 192 bytes --]


This fixes broken build of ocaml-ppx-hash.

I don't quite understand why this works. See also #49867 (https://issues.guix.gnu.org/49867#96) and #49868 (https://issues.guix.gnu.org/49868#8).


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0001-gnu-ocaml-ppxlib-Add-package-argument.patch --]
[-- Type: text/x-patch, Size: 861 bytes --]

From 05078b0f9bedb3c53f7504b0caa5a4eaff241e8b Mon Sep 17 00:00:00 2001
From: pukkamustard <pukkamustard@posteo.net>
Date: Tue, 24 Aug 2021 09:32:33 +0200
Subject: [PATCH] gnu: ocaml-ppxlib: Add package argument.

* gnu/packages/ocaml.scm (ocaml-ppxlib): Add package argument.
---
 gnu/packages/ocaml.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm
index c1cdc8f3f3..f62842b752 100644
--- a/gnu/packages/ocaml.scm
+++ b/gnu/packages/ocaml.scm
@@ -5062,6 +5062,7 @@ as part of the same ocaml-migrate-parsetree driver.")
         (base32
          "0cpfg634if1py1b2rljk3cagq9gj68dl2gk1kdg76f9rapvl2i4g"))))
     (build-system dune-build-system)
+    (arguments `(#:package "ppxlib"))
     (propagated-inputs
      `(("ocaml-base" ,ocaml-base)
        ("ocaml-compiler-libs" ,ocaml-compiler-libs)
-- 
2.32.0


             reply	other threads:[~2021-08-24  7:40 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-08-24  7:39 pukkamustard [this message]
2021-09-07  9:50 ` bug#50180: gnu: ocaml-ppxlib: Add package argument pukkamustard

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=8635qz70la.fsf@posteo.net \
    --to=pukkamustard@posteo.net \
    --cc=50180@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 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.