all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Jelle Licht <jlicht@fsfe.org>
To: 61213-done@debbugs.gnu.org
Cc: Josselin Poiret <dev@jpoiret.xyz>
Subject: bug#61213: [PATCH] gnu: basu: Propagate libcap.
Date: Thu, 09 Feb 2023 15:24:01 +0100	[thread overview]
Message-ID: <87bkm2kjcu.fsf@fsfe.org> (raw)
In-Reply-To: <29854884695de3d32b2fb8899e49282aaec74c9e.1675270507.git.dev@jpoiret.xyz>

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




      reply	other threads:[~2023-02-09 14:25 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
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 [this message]

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=87bkm2kjcu.fsf@fsfe.org \
    --to=jlicht@fsfe.org \
    --cc=61213-done@debbugs.gnu.org \
    --cc=dev@jpoiret.xyz \
    /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.