emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#61213: closed ([PATCH] gnu: basu: Propagate libcap.)


From: GNU bug Tracking System
Subject: bug#61213: closed ([PATCH] gnu: basu: Propagate libcap.)
Date: Thu, 09 Feb 2023 14:25:02 +0000

Your message dated Thu, 09 Feb 2023 15:24:01 +0100
with message-id <87bkm2kjcu.fsf@fsfe.org>
and subject line Re: [bug#61213] [PATCH] gnu: basu: Propagate libcap.
has caused the debbugs.gnu.org bug report #61213,
regarding [PATCH] gnu: basu: Propagate libcap.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
61213: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=61213
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] gnu: basu: Propagate libcap. Date: Wed, 1 Feb 2023 17:56:51 +0100
* 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




--- End Message ---
--- Begin Message --- Subject: Re: [bug#61213] [PATCH] gnu: basu: Propagate libcap. Date: Thu, 09 Feb 2023 15:24:01 +0100
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


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]