GNU bug report logs - #62553
[PATCH core-updates 0/6] Various fixes to packages

Previous Next

Package: guix-patches;

Reported by: Josselin Poiret <dev <at> jpoiret.xyz>

Date: Thu, 30 Mar 2023 21:45:02 UTC

Severity: normal

Tags: patch

Done: Guillaume Le Vaillant <glv <at> posteo.net>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Josselin Poiret <dev <at> jpoiret.xyz>
To: Josselin Poiret <dev <at> jpoiret.xyz>
Cc: 62553 <at> debbugs.gnu.org
Subject: [bug#62553] [PATCH core-updates 4/6] gnu: gpgme: Propagate libassuan.
Date: Thu, 30 Mar 2023 23:48:16 +0200
* gnu/packages/gnupg.scm (gpgme): Propagate libassuan.
---
 gnu/packages/gnupg.scm | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/gnupg.scm b/gnu/packages/gnupg.scm
index 9b00338178..42013f1b94 100644
--- a/gnu/packages/gnupg.scm
+++ b/gnu/packages/gnupg.scm
@@ -398,10 +398,8 @@ (define-public gpgme
     (native-inputs
      (list gnupg))
     (propagated-inputs
-     ;; Needs to be propagated because gpgme.h includes gpg-error.h.
-     (list libgpg-error))
-    (inputs
-     (list libassuan))
+     ;; As required by the pkg-config's Requires.private.
+     (list libgpg-error libassuan))
     (home-page "https://www.gnupg.org/related_software/gpgme/")
     (synopsis "Library providing simplified access to GnuPG functionality")
     (description
-- 
2.39.2





This bug report was last modified 2 years and 50 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.