* [bug#50180] gnu: ocaml-ppxlib: Add package argument.
@ 2021-08-24 7:39 pukkamustard
2021-09-07 9:50 ` bug#50180: " pukkamustard
0 siblings, 1 reply; 2+ messages in thread
From: pukkamustard @ 2021-08-24 7:39 UTC (permalink / raw)
To: 50180
[-- 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
^ permalink raw reply related [flat|nested] 2+ messages in thread
* bug#50180: gnu: ocaml-ppxlib: Add package argument.
2021-08-24 7:39 [bug#50180] gnu: ocaml-ppxlib: Add package argument pukkamustard
@ 2021-09-07 9:50 ` pukkamustard
0 siblings, 0 replies; 2+ messages in thread
From: pukkamustard @ 2021-09-07 9:50 UTC (permalink / raw)
To: 50180-done
Retracting in favor of patch sent to #49868 (https://issues.guix.gnu.org/49868#11).
pukkamustard <pukkamustard@posteo.net> writes:
> 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).
>
> [2. text/x-patch; 0001-gnu-ocaml-ppxlib-Add-package-argument.patch]...
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2021-09-07 9:53 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-08-24 7:39 [bug#50180] gnu: ocaml-ppxlib: Add package argument pukkamustard
2021-09-07 9:50 ` bug#50180: " pukkamustard
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.