* [bug#61213] [PATCH] gnu: basu: Propagate libcap.
@ 2023-02-01 16:56 Josselin Poiret via Guix-patches via
2023-02-09 14:24 ` bug#61213: " Jelle Licht
0 siblings, 1 reply; 2+ messages in thread
From: Josselin Poiret via Guix-patches via @ 2023-02-01 16:56 UTC (permalink / raw)
To: 61213; +Cc: Josselin Poiret
* gnu/packages/freedesktop.scm (basu): Propagate libcap so that pkg-config can
find basu's dependency.
---
This fixes mako not building, just like 61145 and 61191, but this should be the
proper fix instead.
Best,
gnu/packages/freedesktop.scm | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/freedesktop.scm b/gnu/packages/freedesktop.scm
index a986c8c350..a7690e1092 100644
--- a/gnu/packages/freedesktop.scm
+++ b/gnu/packages/freedesktop.scm
@@ -827,7 +827,8 @@ (define-public basu
(build-system meson-build-system)
(native-inputs
(list pkg-config python gperf))
- (inputs
+ (propagated-inputs
+ ;; Propagated because of pkg-config
(list libcap))
(synopsis "The sd-bus library, extracted from systemd")
(description "Some projects rely on the sd-bus library for DBus support.
base-commit: 9d7a1e58f91889d5a5330d4bf9911102f2e66db9
--
2.39.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* bug#61213: [PATCH] gnu: basu: Propagate libcap.
2023-02-01 16:56 [bug#61213] [PATCH] gnu: basu: Propagate libcap Josselin Poiret via Guix-patches via
@ 2023-02-09 14:24 ` Jelle Licht
0 siblings, 0 replies; 2+ messages in thread
From: Jelle Licht @ 2023-02-09 14:24 UTC (permalink / raw)
To: 61213-done; +Cc: Josselin Poiret
Josselin Poiret via Guix-patches via <guix-patches@gnu.org> writes:
> * gnu/packages/freedesktop.scm (basu): Propagate libcap so that pkg-config can
> find basu's dependency.
> ---
>
> This fixes mako not building, just like 61145 and 61191, but this should be the
> proper fix instead.
>
> Best,
>
> gnu/packages/freedesktop.scm | 3 ++-
> 1 file changed, 2 insertions(+), 1 deletion(-)
>
> diff --git a/gnu/packages/freedesktop.scm b/gnu/packages/freedesktop.scm
> index a986c8c350..a7690e1092 100644
> --- a/gnu/packages/freedesktop.scm
> +++ b/gnu/packages/freedesktop.scm
> @@ -827,7 +827,8 @@ (define-public basu
> (build-system meson-build-system)
> (native-inputs
> (list pkg-config python gperf))
> - (inputs
> + (propagated-inputs
> + ;; Propagated because of pkg-config
> (list libcap))
> (synopsis "The sd-bus library, extracted from systemd")
> (description "Some projects rely on the sd-bus library for DBus support.
>
> base-commit: 9d7a1e58f91889d5a5330d4bf9911102f2e66db9
> --
> 2.39.1
Thanks, applied to master!
- Jelle
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2023-02-09 14:25 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-02-01 16:56 [bug#61213] [PATCH] gnu: basu: Propagate libcap Josselin Poiret via Guix-patches via
2023-02-09 14:24 ` bug#61213: " Jelle Licht
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.