guix-commits
[Top][All Lists]
Advanced

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

01/03: gnu: libsecret: Propagate libgcrypt.


From: guix-commits
Subject: 01/03: gnu: libsecret: Propagate libgcrypt.
Date: Fri, 26 Aug 2022 22:10:36 -0400 (EDT)

mbakke pushed a commit to branch staging
in repository guix.

commit ad99842136dbf43d9645bfff73e465a32212488e
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Sat Aug 27 04:04:22 2022 +0200

    gnu: libsecret: Propagate libgcrypt.
    
    This is a follow-up to commit c1a4ef98932799adbd278068fa4fdd8c24fff714.
    
    * gnu/packages/gnome.scm (libsecret)[inputs]: Remove.
    [propagated-inputs]: Add LIBGCRYPT.
---
 gnu/packages/gnome.scm | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index da123eefe8..d44a222ed7 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -5046,9 +5046,7 @@ and the GLib main loop, to integrate well with GNOME 
applications.")
            python-pygobject
            vala))
     (propagated-inputs
-     (list glib))                       ;required by libsecret-1.pc
-    (inputs
-     (list libgcrypt))
+     (list glib libgcrypt))             ;required by libsecret-1.pc
     (home-page "https://wiki.gnome.org/Projects/Libsecret/";)
     (synopsis "GObject bindings for \"Secret Service\" API")
     (description



reply via email to

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